| ... | @@ -7,6 +7,8 @@ |
... | @@ -7,6 +7,8 @@ |
|
|
|
|
|
|
|
## Ubuntu
|
|
## Ubuntu
|
|
|
|
|
|
|
|
|
**We very strongly recommend using Windows instead of Linux to avoid most issues**
|
|
|
|
|
|
|
1. Install [Mono](https://www.mono-project.com/download/stable/#download-lin)
|
|
1. Install [Mono](https://www.mono-project.com/download/stable/#download-lin)
|
|
|
2. Install MonoDevelop 6 by running the following commands. You need Monodevelop 6.2, MonoDevelop 7.x will not work.
|
|
2. Install MonoDevelop 6 by running the following commands. You need Monodevelop 6.2, MonoDevelop 7.x will not work.
|
|
|
|
|
|
| ... | @@ -16,7 +18,7 @@ chmod +x monodevelop-6.2.0.1778-1.run |
... | @@ -16,7 +18,7 @@ chmod +x monodevelop-6.2.0.1778-1.run |
|
|
sudo ./monodevelop-6.2.0.1778-1.run
|
|
sudo ./monodevelop-6.2.0.1778-1.run
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
3. Install MonoGame by running the following commands. Also install any dependencies the installer tells you to install by using sudo apt install.
|
|
3. Install MonoGame by running the following commands. Install any dependencies the installer tells you to install by using sudo apt install. Optional dependencies should also be installed, excluding Rider.
|
|
|
|
|
|
|
|
```
|
|
```
|
|
|
wget http://www.monogame.net/releases/v3.6/monogame-sdk.run
|
|
wget http://www.monogame.net/releases/v3.6/monogame-sdk.run
|
| ... | @@ -24,7 +26,7 @@ chmod +x monogame-sdk.run |
... | @@ -24,7 +26,7 @@ chmod +x monogame-sdk.run |
|
|
sudo ./monogame-sdk.run
|
|
sudo ./monogame-sdk.run
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
In some cases the MonoDevelop installations the shortcut does not work correctly and you will need to create one manually. You can create a shortcut manually by creating a new .desktop-file with the following contents.
|
|
In some cases the MonoDevelop installations the shortcut does not work correctly and you will need to create one manually. You can create a shortcut manually by creating a new MonoDevelop.desktop-file on your desktop with the following contents.
|
|
|
|
|
|
|
|
```
|
|
```
|
|
|
[Desktop Entry]
|
|
[Desktop Entry]
|
| ... | |
... | |
| ... | | ... | |