Created
November 29, 2014 16:16
-
-
Save joastbg/e86b863987dc624fdb05 to your computer and use it in GitHub Desktop.
Build Moscow ML on FreeBSD 10.1
This file contains hidden or 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
| #!/usr/local/bin/zsh | |
| pkg install subversion | |
| pkg install `pkg search gcc5` | |
| cd /usr/ports/lang | |
| svn co https://svn0.us-east.freebsd.org/ports/head/lang/moscow_ml moscow_ml | |
| make patch | |
| pkg install `pkg search gcc5` | |
| make CC="gcc5" | |
| print "Done." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment