Created
July 29, 2021 15:20
-
-
Save cromanpa94/a43bc710a17220f71d796d6590ea7fe4 to your computer and use it in GitHub Desktop.
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