How to install MonoDevelop on my Mac?

I just downloaded MonoDevelop for my Mac, but I can't figure out how to install it.

Does anyone know what to enter into the terminal to install it?

+3
source share
3 answers

The recently updated Mono 1.2.6 package for MacOS X contains Imendio Native Gtk + for OSX , Gtk #, and MonoDevelop 0.18.1 with Mac support. It is now available from the Mono download page .

It seems that you should run all three installations in order to make it work:

+3
source

. Mono:OsX

, Monodevelop os X:

-

+1

Xamarin Studio can be installed using Homebrew.

For Mac and Windows, you can download Xamarin Studio, which is a MonoDevelop kit, as well as Xamarin iOS / Android plugins and branding.

- Download | MonoDevelop .

For studio Xamarin there is a home barrel.
Installation can be performed as follows:

$ brew install Caskroom/cask/xamarin-studio

This question may be useful: How to use the Mono version with the Mono version with Xamarin - stack overflow .

+1
source

Source: https://habr.com/ru/post/1702489/


All Articles