<> ## Install instructions below are out of date <> ## Tag Added: Documentation too sparse Parent page: [[Programming| Programming Applications]] ||<>|| Listed below are instructions and resources to get you started with mono development on Ubuntu. The target audience of this page is people wanting to get started with development or people looking for mono packages in Ubuntu. == Installing Mono == {{{ bash:~$ sudo apt-get install mono mono-mcs libgtk-cil libgtksourceview-cil libgecko-cil monodevelop monodoc }}} The list of packages above will setup the appropriate mono development environment. == Links == * [[http://go-mono.com/docs|Mono Docs]] * The [[http://www.mono-project.com/Main_Page|Mono wiki]] has lots of useful information. * There's tutorials about [[http://www.mono-project.com/GtkSharp|developing for gnome using Mono]]. * Check out [[http://www.osnews.com/story.php?news_id=9780|programs developed using Mono]]. ---- CategoryProgramming