Skip to content

Instantly share code, notes, and snippets.

  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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