Created
October 11, 2008 23:12
-
-
Save chergert/16337 to your computer and use it in GitHub Desktop.
This file contains 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
svn co http://anonsvn.mono-project.com/source/trunk/mono | |
svn co http://anonsvn.mono-project.com/source/trunk/mcs | |
svn co http://anonsvn.mono-project.com/source/trunk/gtk-sharp | |
svn co http://anonsvn.mono-project.com/source/trunk/gnome-sharp | |
svn co http://anonsvn.mono-project.com/source/trunk/gtkmozembed-sharp | |
svn co http://anonsvn.mono-project.com/source/trunk/mono-addins | |
svn co http://anonsvn.mono-project.com/source/trunk/monodevelop | |
build mono, mono-addins with | |
./autogen.sh --prefix=/opt/mono && make && sudo make install | |
build gtk-sharp with | |
./bootstrap-2.12 --prefix=/opt/mono && make && sudo make install | |
build gnome-sharp with | |
./bootstrap-2.24 --prefix=/opt/mono && make && sudo make install | |
build gtkmozembed-sharp with | |
./autogen.sh --prefix=/opt/mono && make && sudo make install | |
build monodevelop with | |
./configure --prefix=/opt/mono --select && make && sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment