Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 577 Bytes

README.mac.md

File metadata and controls

16 lines (13 loc) · 577 Bytes

README Mac OS

There is an on going effort to run Cambalache using dependencies from mac port. See issue #161

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

Steps:

  • Install Docker and Xquarts
  • 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