个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
(New page: {{From|https://help.ubuntu.com/community/MonoDevelopmentHowto}} {{Languages|php5}} Parent page: Programming Applications Listed below are instructions and re...)
 
 
(未显示2个用户的6个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/MonoDevelopmentHowto}}
 
{{From|https://help.ubuntu.com/community/MonoDevelopmentHowto}}
{{Languages|php5}}
+
{{Languages|UbuntuHelp:MonoDevelopmentHowto}}
 
Parent page: [[UbuntuHelp:Programming| Programming Applications]]
 
Parent page: [[UbuntuHelp: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.
 
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 ===
 
=== Installing Mono ===
 
 
<pre><nowiki>
 
<pre><nowiki>
 
bash:~$ sudo apt-get install mono mono-mcs libgtk-cil libgtksourceview-cil libgecko-cil monodevelop monodoc
 
bash:~$ sudo apt-get install mono mono-mcs libgtk-cil libgtksourceview-cil libgecko-cil monodevelop monodoc
</nowiki></code>
+
</nowiki></pre>
 
+
 
The list of packages above will setup the appropriate mono development environment.
 
The list of packages above will setup the appropriate mono development environment.
 
 
=== Links ===
 
=== Links ===
 
 
* [http://go-mono.com/docs Mono Docs]
 
* [http://go-mono.com/docs Mono Docs]
 
* The [http://www.mono-project.com/Main_Page Mono wiki] has lots of useful information.
 
* The [http://www.mono-project.com/Main_Page Mono wiki] has lots of useful information.
第27行: 第15行:
 
* [http://Beaglewiki.org Beagle Wiki].
 
* [http://Beaglewiki.org Beagle Wiki].
 
----
 
----
CategoryDocumentation
 
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2009年5月12日 (二) 17: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.

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