Installing PATHd8 on macOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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