Build Instructions/Ubuntu-Mono-2.0.1
From OpenSimulator
(Difference between revisions)
(add note that jaunty has 2.0.1 by default) |
|||
Line 1: | Line 1: | ||
− | + | Ubuntu Jaunty (9.04) includes Mono 2.0.1 out-of-the-box. | |
+ | |||
+ | To build it yourself, first grab the normal stuff for the Mono | ||
sudo apt-get install subversion nant libmono-microsoft8.0-cil libmono-system-runtime2.0-cil libgdiplus libmono-i18n2.0-cil libmono-oracle2.0-cil ruby | sudo apt-get install subversion nant libmono-microsoft8.0-cil libmono-system-runtime2.0-cil libgdiplus libmono-i18n2.0-cil libmono-oracle2.0-cil ruby |
Revision as of 18:59, 15 May 2009
Ubuntu Jaunty (9.04) includes Mono 2.0.1 out-of-the-box.
To build it yourself, first grab the normal stuff for the Mono
sudo apt-get install subversion nant libmono-microsoft8.0-cil libmono-system-runtime2.0-cil libgdiplus libmono-i18n2.0-cil libmono-oracle2.0-cil ruby
Then go to this website and read the compiling steps:
http://devarthur.blogspot.com/2008/10/compiling-mono-201-on-ubuntu-gutsy.html
PS: Be sure to use the ROOT user to compile, else it will fail