Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cromanpa94/a43bc710a17220f71d796d6590ea7fe4 to your computer and use it in GitHub Desktop.
Save cromanpa94/a43bc710a17220f71d796d6590ea7fe4 to your computer and use it in GitHub Desktop.
Installing PATHd8 on macOS
Instructions from Brian (https://github.com/bomeara/phydocker/blob/master/Dockerfile)
cd /usr/local/
sudo mkdir pathd8download
cd pathd8download
sudo wget http://www2.math.su.se/PATHd8/PATHd8.zip
sudo unzip PATHd8.zip
sudo cc PATHd8.c -O3 -lm -o PATHd8
sudo cp PATHd8 /usr/local/bin/PATHd8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment