Created
June 14, 2010 21:42
-
-
Save leandrosilva/438354 to your computer and use it in GitHub Desktop.
Install Mono from SVN trunk
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
| # Install Mono from SVN trunk | |
| # 1- Get the code | |
| $ svn co svn://anonsvn.mono-project.com/source/trunk/mono | |
| $ svn co svn://anonsvn.mono-project.com/source/trunk/mcs | |
| # 2- Configure the build | |
| $ sudo ./autogen.sh --prefix=/opt/mono --with-profile4=yes --with-glib=embedded | |
| # 3- Compile the code | |
| $ sudo make | |
| # 4- And finally, install it! | |
| $ sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment