Modding:Setting up your Development Environment: Difference between revisions

From Vintage Story Wiki
m
Add distros
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-->


<!--T:11-->
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.
'''1. Install FlatPak'''


<!--T:12-->
{| class="wikitable"
It is required to install MonoDevelop so if you already have FlatPak then you can skip this step. FlatPak have their own guides of how to install it for many distributions [http://flatpak.org/getting.html here].
|-
 
! scope="col"| Distro
<!--T:13-->
! scope="col"| Repo
'''2. Install MonoDevelop'''
! scope="col"| Command
 
|-
<!--T:14-->
| Debian 8-10
Simply open up a terminal and run the following command:
| [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>
<br>
|-
This might take a few minutes depending on your internet connection. (The latest version at the time of writing was around 275MB.)
| Ubuntu 14.04-20.04
To open up MonoDevelop enter <code>flatpak run com.xamarin.MonoDevelop</code> in the terminal.
| [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-->
Confirmedusers
278

edits