Skip to content

Instantly share code, notes, and snippets.

@joastbg
Created November 29, 2014 16:16
Show Gist options
  • Select an option

  • Save joastbg/e86b863987dc624fdb05 to your computer and use it in GitHub Desktop.

Select an option

Save joastbg/e86b863987dc624fdb05 to your computer and use it in GitHub Desktop.
Build Moscow ML on FreeBSD 10.1
#!/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