Difference between revisions of "MonoDevelop"
(Created page with "Category:Development MonoDevelop is a Linux | Mac | Windows editor for Microsoft languages such as C#, F# and so on... Mono is useful to develop simple applications. Bu...") |
|||
Line 14: | Line 14: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
− | apt-get install libicsharpcode-nrefactory-csharp5.0-cil libicsharpcode-nrefactory5.0-cil libicsharpcode-nrefactory-xml5.0-cil libicsharpcode-nrefactory-cil-dev libicsharpcode-nrefactory-cecil5.0-cil | + | # Library .Net |
+ | apt-get install libicsharpcode-nrefactory-csharp5.0-cil libicsharpcode-nrefactory5.0-cil | ||
+ | apt-get install libicsharpcode-nrefactory-xml5.0-cil libicsharpcode-nrefactory-cil-dev libicsharpcode-nrefactory-cecil5.0-cil | ||
+ | # IDE | ||
apt-get install monodevelop | apt-get install monodevelop | ||
apt-get install monodevelop-database monodevelop-nunit monodevelop-versioncontrol | apt-get install monodevelop-database monodevelop-nunit monodevelop-versioncontrol | ||
</syntaxhighlight> | </syntaxhighlight> |
Latest revision as of 21:54, 9 January 2015
MonoDevelop is a Linux | Mac | Windows editor for Microsoft languages such as C#, F# and so on...
Mono is useful to develop simple applications. But if you plan to do anything big then you should definitely switch to Windows and use MS Visual Studio Express instead
- Official website: http://www.monodevelop.com/
Installation
You need to install both .Net framework and the IDE.
# Library .Net
apt-get install libicsharpcode-nrefactory-csharp5.0-cil libicsharpcode-nrefactory5.0-cil
apt-get install libicsharpcode-nrefactory-xml5.0-cil libicsharpcode-nrefactory-cil-dev libicsharpcode-nrefactory-cecil5.0-cil
# IDE
apt-get install monodevelop
apt-get install monodevelop-database monodevelop-nunit monodevelop-versioncontrol