This is a docker container of GetDist. It allows you to run GetDistGUI on macOS.
- Install Docker: https://www.docker.com/products/docker-desktop
- Install XQuartz: https://www.xquartz.org/
- Reboot your computer
- In the setup of XQuartx, go to
Security
and checkAllow connections from network clients
- Restart XQuartz
- You should see X11.bin on TCP:6000 by executing
lsof -i TCP:6000
$ lsof -i TCP:6000
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
X11.bin 2691 feynman 10u IPv6 0x45afc01650938294 0t0 TCP *:6000 (LISTEN)
X11.bin 2691 feynman 11u IPv4 0x45afc01653e99382 0t0 TCP *:6000 (LISTEN)
git clone https://github.com/c0rychu/GetDist_docker.git
andcd GetDist_docker
make build
make
=make run-gui
to launch the GetDistGUI directly. Ormake run
to get a interactive shell.