3

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

Does anyone know exactly what to type in the terminal to get it to install?

Maxim Zaslavsky
  • 17,787
  • 30
  • 107
  • 173
Joseph Burley
  • 373
  • 1
  • 6
  • 14

3 Answers3

4

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

It appears that you have to run all three of these installs to get it to work:

Nick Berardi
  • 54,393
  • 15
  • 113
  • 135
  • 1
    Not any more - they've removed it, and the only way to get it is to build from source, apparently. Google had this page as top hit. – Adam May 25 '16 at 15:45
1

this link might be helpful for new comers. Mono:OsX

follow the link below if you are interested in Building Monodevelop in os X:

Building mono develop

1

Xamarin Studio may be installed using Homebrew.

For Mac and Windows, you can download Xamarin Studio which is a bundle of MonoDevelop along with Xamarin iOS/Android plugins and branding.

Download | MonoDevelop.

There is a Homebrew Cask for Xamarin Studio.
The installation can be done as follows:

$ brew install Caskroom/cask/xamarin-studio

This question might be useful: How to use Homebrew's version of Mono with Xamarin - Stack Overflow.

Community
  • 1
  • 1