个人工具

“UbuntuHelp:MonoDevelopmentHowto”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第4行: 第4行:
 
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.
 
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.
 
=== Compiling From Source ===
 
=== Compiling From Source ===
See MonoFromSource for details on compiling the latest Mono release from source.
+
See [[UbuntuHelp:MonoFromSource|MonoFromSource]] for details on compiling the latest Mono release from source.
 
=== Installing Mono ===
 
=== Installing Mono ===
 
<pre><nowiki>
 
<pre><nowiki>

2007年12月4日 (二) 10:54的版本

Parent page: 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.

Compiling From Source

See MonoFromSource for details on compiling the latest Mono release from source.

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