File: README.mac.md

package info (click to toggle)
cambalache 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,212 kB
  • sloc: python: 19,742; xml: 13,309; sql: 422; makefile: 212; ansic: 158; sh: 11
file content (16 lines) | stat: -rw-r--r-- 577 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## README Mac OS

There is an on going effort to run Cambalache using dependencies from mac port. 
See issue [#161](https://gitlab.gnome.org/jpu/cambalache/-/issues/161)

In the mean time you can run Cambalache building a docker image and installing
a X server.

Steps:
 - Install [Docker](https://www.docker.com/) and [Xquarts](https://www.xquartz.org/)
 - Build cambalache docker image
   - `docker build -t cambalache .`
 - Make sure docker can connect to the server
   - `xhost +localhost`
 - Run docker image
   - `docker run -e DISPLAY=host.docker.internal:0 cambalache`