Skip to content

Instantly share code, notes, and snippets.

@chergert
Created October 11, 2008 23:12
Show Gist options
  • Save chergert/16337 to your computer and use it in GitHub Desktop.
Save chergert/16337 to your computer and use it in GitHub Desktop.
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