Wednesday, September 17, 2008

[Ubuntu] C# on Ubuntu

1. Install mono and monodevelop

http://tempvariable.blogspot.com/2008/04/installing-mono-191-on-ubuntu-804-hardy.html

2. Install .Net

sudo apt-get install mono-gmcs (.NET 2.0)

sudo apt-get install mono-mcs (.NET 1.1)

3. First example of mono and monodevelopment

http://beans.seartipy.com/2006/06/28/writing-your-first-program-with-mono-and-monodevelop/

** If you install 'gmcs', check Project>Runtime option > Runtimer version: Mono/.NET 2.0 profile


In the project options page go to the runtime options panel and select
runtime version 2.0.

No comments: