5,838
edits
* For OS X, you can download this here - http://www.mono-project.com/download/.
* How you install on Linux depends on the flavour of Linux you are running. There are download links for Linux at the same URL, but it is often easier to use a package manager, which will download and install it automatically.
**For example, in 'Raspbian' on the Raspberry Pi, you can install mono with
<pre>sudo apt update && sudo apt upgrade
sudo apt install mono-complete</pre>
The "sudo" prefix gives the command 'root' privileges, that allows administrative commands like update and install to run.
|
edits