![]() |
MonoDevelop run on Raspberry Pi 2/Raspbian |
Mono, sponsored by Xamarin, is an open source implementation of Microsoft's .NET Framework based on the ECMA standards for C# and the Common Language Runtime.
MonoDevelop enables developers to quickly write desktop and web applications on Linux, Windows and Mac OS X.
Always run this commands to update your apt before installation:
$ sudo apt-get update
$ sudo apt-get upgrade
To install Mono/MonoDevelop on Raspberry Pi running Raspbian:
$ sudo apt-get install mono-complete
$ sudo apt-get install monodevelop
This video show how to install on Raspberry Pi 2 running Raspbian version 2015-02-16.
The current installed version is mono-complete 3.2.8 and monodevelop 3.0.3.2.
Once installed, run it with Menu > Programming > MonoDevelop
THis video show a "Hello World" of C# console program build using MonoDevelop running on Raspberry Pi 2:
Next:
- Create Gtk# application using C#/MonoDevelop on Raspberry Pi 2
Related:
- Solve MonoDevelop error: cannot execute "...". File name hase not been set.
Updated: Install latest version of Mono and MonoDevelop on Raspberry Pi/Raspbian
0 تعليقات