Install monodevelop on linux

Download

The latest MonoDevelop release is: 7.6 (7.6.9.22)

Please choose your operating system to view the available packages. Source code is available on GitHub (viewing only) or as a Tarball.

Visual Studio for Mac is available to install

Visual Studio for Mac builds on top of MonoDevelop, adding open sourced internals from Visual Studio and many new extensions to support new workloads. To get the latest available version, switch to the Stable updater channel after installing.

Supported on macOS 10.11 and later.

MonoDevelop for macOS is available from source

Please refer to the building guide for more information about how to install and configure your MonoDevelop.

1 Add the Mono repository to your system

The package repository hosts the packages you need, add it with the following commands.

Note: the packages should work on newer Ubuntu versions too but we only test the ones listed below.

Ubuntu 18.04 (i386, amd64, armhf)

Ubuntu 16.04 (i386, amd64, armhf)

Ubuntu 14.04 (i386, amd64, armhf)

2 Install MonoDevelop

The package monodevelop should be installed for the MonoDevelop IDE.

3 Verify Installation

After the installation completed successfully, it’s a good idea to run through the basic hello world examples on this page to verify MonoDevelop is working correctly.

1 Add the Mono repository to your system

The package repository hosts the packages you need, add it with the following commands.

Note: the packages should work on newer Debian versions too but we only test the ones listed below.

Debian 10 (i386, amd64, armhf, armel)

Debian 9 (i386, amd64, armhf, armel)

Debian 8 (i386, amd64, armhf, armel)

2 Install MonoDevelop

The package monodevelop should be installed for the MonoDevelop IDE.

3 Verify Installation

After the installation completed successfully, it’s a good idea to run through the basic hello world examples on this page to verify MonoDevelop is working correctly.

1 Add the Mono repository to your system

The package repository hosts the packages you need, add it with the following commands.

Note: the packages should work on newer Raspbian versions too but we only test the ones listed below.

Raspbian 9 (armhf)

Raspbian 8 (armhf)

2 Install MonoDevelop

The package monodevelop should be installed for the MonoDevelop IDE.

3 Verify Installation

After the installation completed successfully, it’s a good idea to run through the basic hello world examples on this page to verify MonoDevelop is working correctly.

1 Add the Mono repository to your system

The package repository hosts the packages you need, add it with the following commands in a root shell.

Читайте также:  Звук ошибки mac os

Note: the packages should work on newer CentOS versions too but we only test the ones listed below.

CentOS 7 (x86_64)

CentOS 6 (x86_64, i686)

2 Install MonoDevelop

The package monodevelop should be installed for the MonoDevelop IDE.

3 Verify Installation

After the installation completed successfully, it’s a good idea to run through the basic hello world examples on this page to verify MonoDevelop is working correctly.

MonoDevelop for Windows is available from source only

Please refer to the building guide for more information about how to install and configure your MonoDevelop.

GTK# for .NET

Installer for running Gtk#-based applications on Microsoft .NET:

Release Notes

Check out the release notes of all MonoDevelop versions here.

Alpha and Beta updates

To try pre-release packages, check the alpha or beta download pages.

Источник

Building MonoDevelop

Linux

Installing dependencies

MonoDevelop requires the following packages (or newer versions):

  • Mono 5.10
  • Mono.Addins 0.6
  • Gtk# 2.12.45
  • monodoc 1.0
  • F# ( fsharpc program)
  • cmake
  • libssh2

You can build them from git, source releases or, even easier, simply install the pre-built packages appropriate for your platform.

We strongly recommend you install everything from packages if possible. If not, you should use a Parallel Mono Environment. Do not install anything to /usr or /usr/local unless you completely understand the implications of doing so.

Note that if your distro has sufficiently up-to-date Gtk# or Mono.Addins packages, you can configure a parallel Mono environment to use them instead of building them from source. See the section on MONO_GAC_PREFIX in the Parallel Mono Environment guide.

Building from Git

After getting the source code from GitHub, run the following code in the root directory:

It may fail because of missing dependencies; install them, and re-run the command.

This script allows selecting and configuring a set of MonoDevelop modules to be included in an integrated build. The MonoDevelop build system consists of a ‘main’ module, which contains the main distribution, and a number of additional add-ins in subdirectories of ‘extras’.
The ‘extras’ add-ins are designed to be built and distributed separately, and therefore build against your system-installed MonoDevelop by default. However, this script sets them up to build against the MonoDevelop in ‘main’, and ensures that they will be loaded when MonoDevelop is launched with ‘make run’ in this top-level directory. This is very useful for development and testing.

You can select the list of extra add-ins to be built by running this command:

Further executions of the configure script will configure only the selected add-ins.
You can also configure a predefined list of modules by specifying a build profile using the –profile option. Use the –help option to get information about available profiles and other build options.

Linux: Running

Since you’ll be working on the development version, it’s best not to install it; instead, you can use

to run it without installing it. It is a good idea to keep separate copies for using and developing.

Building from Tarballs

MonoDevelop is split in several tarballs: one for the main application, and one for each optional add-in. You can get the tarballs from the Download page.

First of all you have to configure and install the main tarball:

The configure script may fail because of missing dependencies; install them, and re-run the command.

After this, you can build and install any of the additional tarballs using the same procedure.

macOS

Building MonoDevelop from source on the Mac is straightforward when the latest Mono SDK package is installed. In general, the instructions in Development:Getting Started can be applied directly to building MD on macOS. However, there are a few caveats, so this page explains the Mac build process in more detail.

Читайте также:  Очистка очереди печати cmd windows 10

Building using Makefiles

Building

First you will need Xcode installed. If you have Xcode 4.3 or later, you will need to then install the Xcode Commandline tool from Xcode preferences, and install autoconf and automake from brew.

NOTE: Please ensure that you have the very latest Mono MDK.

Check out MD, configure using the Mac profile:

NOTE: DO NOT use configure –select on Mac — the Mac profile passes adds required arguments to the configuration of main. Instead edit profiles/mac manually to add any additional modules.

IMPORTANT: Do not install MonoDevelop into the install prefix. MonoDevelop will pick up libraries from the prefix automatically. If you configured with a non-default prefix, then when you build an app bundle, the entire prefix will be merged into the app bundle.

Things you might have to do before running the configure script

Tell aclocal where to find the pkgconfig M4 macro (pkg.m4), e.g.

Comment: this did not appear necessary

Add the GTK+ libraries’ location to the Mac dynamic loader path:

Comment: this did not appear necessary

Building extras

To include additional addins from extras in the build, instead of using the Mac profile, use configure —select to select addins. This will write the default profile. Next, replace the line in profiles/default that begins with “main” with the one from profiles/mac, then run configure again using the default profile.

Mac: Running

To run MD, simply use :

Building the App package

To build the app package, navigate to the macOS build directory:

From here, build the MonoDevelop.app using make app . You can then build the .dmg using the ./make-dmg-bundle.sh script. To include addins from extras, manually copy their build directories into the MonoDevelop.app directory, e.g.

Building using MonoDevelop

When building MonoDevelop using MonoDevelop, be sure to select the Mac configuration, as this will enable building only the addins that work on Mac.

Building main is straightforward. Open main/Main.sln , select the Mac configuration, and run the Build command. Note that running MonoDevelop from within MD will currently only work if you export DYLD_FALLBACK_LIBRARY_PATH as described above.

Extras

Loading the full MonoDevelop.mdw workspace and building the addin solutions from extras will only work if the Makefiles’ configure script has been run. Even then, not all of them will build correctly. Until this is resolved, use the makefiles to build extras.

TL;DR — Getting a MD Master App Bundle

Install the latest Mono MDK (2.10.6 at the time of writing) and git. Then run the following commands

To update, run the following commands in the monodevelop directory:

Windows

Prerequisites and Source

  • Install Visual Studio 2017 with the .NET Desktop and .NET Core workloads and the F# optional component (note, F# is disabled by default so need to enable it in the VS installer).
  • Install Git for Windows (from here)
  • Make sure you have .NET Framework 4.7.1 Reference Assemblies (4.7.1 Targeting Pack)
  • Install Gtk# (installer). Direct link: gtk-sharp-2.12.45.msi
  • Install the Mono libraries package (installer)
  • Install GNU Gettext tools (from here)

Building using Visual Studio or MonoDevelop

You need at least Visual Studio 2017 or MonoDevelop 7.1

Источник

MonoDevelop, установка на Ubuntu 20.04 через PPA

В следующей статье мы рассмотрим MonoDevelop. Это бесплатная и открытая интегрированная среда разработки, предназначенная в первую очередь для C # и других языков .NET.. Эта среда разработки началась в 2003 году. MonoDevelop изначально был адаптацией SharpDevelop для Gtk, но с тех пор был разработан для удовлетворения потребностей разработчиков Mono Project.

Читайте также:  Не работает команда shutdown windows 10

С версии 2.2 года MonoDevelop уже имеет полную поддержку Gnu / Linux, Windows и Mac, что делает его настоящей мультиплатформенной IDE.. Если вы заинтересованы в быстром и продуктивном программировании с помощью .Net в Gnu / Linux, пользователи могут установить MonoDevelop в Ubuntu через PPA.

MonoDevelop позволяет разработчикам быстро писать веб-приложения и настольные приложения для Gnu / Linux, Windows и Mac OS X. Он также упрощает разработчикам перенос приложений .NET, созданных с помощью Visual Studio, в Gnu / Linux и Mac OS, сохраняя при этом единую кодовая база для всех платформ. Эта IDE — бесплатное программное обеспечение, распространяемое под Стандартной общественной лицензией GNU..

В настоящее время MonoDevelop поддерживает, среди прочего, языки программирования C #, C / C ++, JavaScript, Objective C, Visual Basic .NET и MSIL. MonoDevelop — это отдельный проект от SharpDevelop, интегрированный в среду рабочего стола GNOME.

Общие функции MonoDevelop

  • Эта программа мультиплатформенная. Его можно использовать в Gnu / Linux, Windows и macOS.
  • Имеет расширенное редактирование текста. Включает поддержку автозавершения кода для C #, шаблоны кода, сворачивание кода и т. Д.
  • Включает в себя настраиваемый верстак. Благодаря этому мы можем получить полностью настраиваемые макеты окон, определяемые пользователем комбинации клавиш, внешние инструменты и т. Д.
  • Поддержка нескольких языков. C #, F #, Visual Basic .NET, Vala и т. Д. Следующий ссылка показывает, какие функции доступны для каждой платформы. Не перечисленные функции MonoDevelop доступны для всех платформ.
  • В программе найдем интегрированный отладчик, с помощью которого можно отлаживать собственные и моно-приложения.
  • Визуальный дизайнер GTK #. Это позволит нам легко создавать приложения GTK #.
  • ASP.NET. Мы сможем создавать веб-проекты с полной поддержкой автозавершения кода, а также иметь возможность тестировать их на XSP, веб-сервер Моно.

  • В этой программе мы можем найти другие инструменты. Контроль исходного кода, интеграция с make-файлами, модульное тестирование, упаковка и развертывание, локализация и многое другое.
  • MonoDevelop поставляется с интегрированными проектами, который может помочь нам начать работу с вашей консолью, приложениями Gnome или Gtk.

Установите MonoDevelop в Ubuntu с помощью PPA

Эта IDE мы можем установить его из PPA что предлагают создатели. В репозитории пакетов находятся пакеты, которые нам нужно будет установить в нашей системе. Если мы откроем терминал (Ctrl + Alt + T), мы сможем добавить его в наш список с помощью команд:

Как только весь список доступного программного обеспечения будет обновлен, мы сможем установить monodevelop на наш компьютер. Команда для использования в том же терминале будет следующей:

Когда установка будет завершена, Теперь мы можем найти средство запуска этой IDE на нашем компьютере.

деинсталляция

к удалите эту программу из нашей команды, нам останется только открыть терминал (Ctrl + Alt + T) и выполнить в нем команду:

к удалите репозиторий, который мы использовали для установки, команда для использования в терминале будет следующей:

Monodevelop — хороший вариант для разработки приложений, помимо того, что он бесплатный, бесплатный и многоплатформенный, он также легок для работы в командах с небольшими ресурсами. Эта программа позволит разработчикам писать веб-приложения и настольные приложения. Также упрощает разработчикам перенос приложений .NET, созданных с помощью Visual Studio, на Gnu / Linux и macOS, сохраняя при этом единую базу кода для всех платформ..

Для получения дополнительной информации об этом проекте пользователи могут проконсультируйтесь с документация Monodevelop на сайте проекта. В нем вы также можете ознакомиться с FAQ об этой программе. Исходный код доступен по адресу GitHub или как тарболл.

Содержание статьи соответствует нашим принципам редакционная этика. Чтобы сообщить об ошибке, нажмите здесь.

Полный путь к статье: Убунлог » Ubuntu » MonoDevelop, установка на Ubuntu 20.04 через PPA

Источник

Оцените статью