Advertisement
Guest User

git mono

a guest
Nov 26th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. git clone git://github.com/mono/mono.git
  4. cd mono
  5. git checkout mono-3.8.0-branch
  6. git submodule init
  7. git submodule update --recursive
  8. git submodule
  9. ./autogen.sh --prefix=/usr/local --with-sgen=yes --with-large-heap=yes --with-xen_opt=no --enable-parallel-mark --with-libgdiplus=/usr/local/lib
  10. sudo make get-monolite-latest
  11. sudo make EXTERNAL_MCS="${PWD}/mcs/class/lib/monolite/gmcs.exe"
  12. sudo make
  13. sudo checkinstall
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement