Skip to content

Instantly share code, notes, and snippets.

@leandrosilva
Created June 14, 2010 21:42
Show Gist options
  • Select an option

  • Save leandrosilva/438354 to your computer and use it in GitHub Desktop.

Select an option

Save leandrosilva/438354 to your computer and use it in GitHub Desktop.
Install Mono from SVN trunk
# 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