Advertisement
_dinsdale

Build mono

Jul 23rd, 2017
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. clone https://github.com/mono/mono.git
  2.  
  3. Modified autogen.sh
  4. #!/usr/local/bin/bash
  5. pkg install bash
  6. pkg install autoconf
  7. pkg isntall automake
  8. pkg install libtool
  9. pkg install gcc #defaults to 5.4
  10.  
  11. ./autogen.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement