Modding:Setting up your Development Environment: Difference between revisions

From Vintage Story Wiki
m (update distros)
m (add visualstudio instructions)
Line 60: Line 60:
| Other
| Other
| [https://github.com/mono/monodevelop compile from source]
| [https://github.com/mono/monodevelop compile from source]
| Follow the instructions to compile from source
|}
=== Installation Guide on Linux with Visual Studio Code ===
You can use Visual Studio Code 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://code.visualstudio.com/download download deb]
| <code>sudo dpkg -i /path/to/vscode/file.deb && sudo apt-get install -f</code>
|-
| Ubuntu 18.04-20.04
| [https://code.visualstudio.com/download download deb]
| <code>sudo apt install /path/to/vscode/file.deb</code>
|-
| macOS
| [[https://code.visualstudio.com/download download zip]
| Run downloaded file
|-
| CentOS / RedHat / Fedora / SUSE
| [https://code.visualstudio.com/download download rpm]
| <code>rpm -ih /path/to/vscode/file.rpm</code>
|-
| Using Snap
| [https://snapcraft.io/docs/installing-snapd Download <code>snapd</code>]
| <code>sudo snap install code --classic</code>
|-
| Other
| [https://github.com/microsoft/vscode compile from source]
| Follow the instructions to compile from source
| Follow the instructions to compile from source
|}
|}