MonoDevelop
Sign in to saveсвободная среда разработки для .NET
Key facts
- Software.name
- MonoDevelop
- Software.logo
- Monodevelop Logo.svg
- Software.screenshot
- Monodevelop5.4.png
- Software.developer
- Xamarin (a Microsoft subsidiary) and the Mono community
- Software.latest_release_version
- 7.6.9.22
- Software.programming_language
- C#
- Software.operating_system
- Windows, macOS, Linux
- Software.language
- Multilingual
- Software.genre
- Integrated development environment
- Software.license
- core: LGPLv2, portions of the code and add-ins: MIT X11
via Wikipedia infobox
Source code
MonoDevelop is a full-featured integrated development environment (IDE) for mono using Gtk . The MonoDevelop core is also the foundation for Visual Studio for Mac. Feel free to file bugs against Visual Studio for Mac here as well. main : The core MonoDevelop assemblies and add-ins (all in a single tarball/package). extras : Additional add-ins (each add-in has its own tarball/package). If you are running a parallel mono installation, make sure to run all the following steps while having sourced your mono installation script. (source path/to/my-environment-script) See: stable : builds the MonoDevelop core and some stable extra add-ins. core : builds the MonoDevelop core only. all : builds everything mac : builds for Mac OS X Disclaimer: Please be aware that the 'extras/JavaBinding' and 'extras/ValaBinding' packages do not currently work. When prompted or by manually selecting them during the './configure --select' step, make sure they stay deselected. (deselected by default) You can debug MonoDevelop using Visual Studio (on Windows or macOS) with the main/Main.sln solution. Use the DebugWin32 configuration on Windows and the DebugMac configuration on macOS. Bear in mind that if you are installing under a custom prefix, you may need to modify your /etc/ld.so.conf or LD LIBRARY PATH to ensure that any required native libraries are found correctly. (It's possible that you need to install for your locale to be correctly set.) If this environment variable exists we assume we are compiling inside wrench. We use this to enable raygun only for 'release' builds and not for normal developer builds compiled on a dev machine with 'make && make run'. This happens when you accidentally installed gtk-sharp3 instead of the 2.12.x branch version. Make sure to 'make uninstall' or otherwise remove the gtk-sharp3 version and install the older one. xbuild may still cache a reference to assemblies that you may have accidentally installed into your mono installation, like the gtk-sharp3 as described before. You can delete the cache in $HOME/.config/xbuild/pkgconfig-cache-2.xml
Excerpt from the source-code README · 4,922 chars · not written by Vinony
Article · Русский
MonoDevelop — свободная среда разработки, предназначенная для создания приложений C#, Java, Boo, Nemerle, Visual Basic .NET, Vala, CIL, C и C++. Также планируется поддержка Oxygene со стороны Embarcadero Technologies. Изначально это был порт SharpDevelop на Mono/GTK+, но с того времени проект далеко ушёл от своего начального состояния. MonoDevelop является частью проекта Mono. Встроен в дистрибутив Unity3D как средство написания скриптов. С версии Unity 2018.1 перестал поддерживаться. Однако, при желании его можно использовать, но за корректность работы ответственности никто не несёт.
Abstract from DBpedia / Wikipedia · CC BY-SA