PDA

View Full Version : installing mono framework andn monodevelop


tr333
October 16th, 2005, 01:05 AM
what packages are required to install the mono framework and monodevelop?

mostwanted
October 16th, 2005, 04:52 AM
$ sudo apt-get install mono gtk-sharp gtk-sharp-2.0 monodevelop mono-classlib-2.0

Ought to set you up ;)

Might also want to:

$ sudo apt-get install boo monodevelop-boo

tr333
October 16th, 2005, 07:01 AM
great!
thanks. :)