Confirmedusers
278
edits
m (Add IDE) |
m (Add distros) |
||
Line 30: | Line 30: | ||
=== Installation Guide on Linux with MonoDevelop === <!--T:10--> | === Installation Guide on Linux with MonoDevelop === <!--T:10--> | ||
You can use the MonoDevelop IDE to make VS mods on Linux. The download instructions are below, choose your distro and follow the link to add the repo, then run the install command. | |||
{| class="wikitable" | |||
|- | |||
! scope="col"| Distro | |||
< | ! scope="col"| Repo | ||
! scope="col"| Command | |||
|- | |||
| Debian 8-10 | |||
| [https://www.monodevelop.com/download/#fndtn-download-lin-debian repo] | |||
<code>flatpak install --user --from https://download.mono-project.com/repo/monodevelop.flatpakref</code> | | <code>sudo apt-get install monodevelop</code> | ||
|- | |||
| Ubuntu 14.04-20.04 | |||
| [https://www.monodevelop.com/download/#fndtn-download-lin-ubuntu repo] | |||
| <code>sudo apt-get install monodevelop</code> | |||
|- | |||
| macOS | |||
| [https://www.monodevelop.com/developers/building-monodevelop/ build guide] | |||
| Use Visual Studio or build from source | |||
|- | |||
| CentOS / RedHat | |||
| [https://www.monodevelop.com/download/#fndtn-download-lin-centos repo] | |||
| <code>yum install monodevelop</code> | |||
|- | |||
| Using Flatpak | |||
| [http://flatpak.org/getting.html Download Flatpak] | |||
| <code>flatpak install --user --from https://download.mono-project.com/repo/monodevelop.flatpakref</code> | |||
|- | |||
| Other | |||
| [https://github.com/mono/mono repos] | |||
| | |||
|} | |||
=== Installation Guide on Windows with Visual Studio === <!--T:15--> | === Installation Guide on Windows with Visual Studio === <!--T:15--> |