Category:Cumulus MX: Difference between revisions

102 bytes added ,  12:40, 14 April 2020
m
Line 171: Line 171:
=== Requirements for running on Linux and OS X ===
=== Requirements for running on Linux and OS X ===


You will need to install the Mono runtime (the latest version of Mono should work with all functionality of latest MX in all locales).  
You will need to install the '''Mono-complete''' runtime (the latest version of Mono should work with all functionality of latest MX in all locales).  
* For OS X, you can download this here - http://www.mono-project.com/download/.  
* 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.  
* 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.  
Line 178: Line 178:
sudo apt-get update
sudo apt-get update
sudo apt-get install mono-complete
sudo apt-get install mono-complete
</pre>
</pre> or
Make sure that you have the mono-complete package installed.
<pre>sudo apt update && sudo apt upgrade
sudo apt install mono-complete</pre>
Make sure that you have the '''mono-complete''' package installed.
   
   
==== To actually run MX ====
==== To actually run MX ====
5,838

edits