Modding:Setting up your Development Environment: Difference between revisions

From Vintage Story Wiki
m
fmt
m (add visualstudio instructions)
m (fmt)
Line 45: Line 45:
| [https://www.monodevelop.com/download/#fndtn-download-lin-ubuntu repo]
| [https://www.monodevelop.com/download/#fndtn-download-lin-ubuntu repo]
| <code>sudo apt-get install monodevelop</code>
| <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
| CentOS / RedHat
Line 57: Line 53:
| [http://flatpak.org/getting.html Download Flatpak]
| [http://flatpak.org/getting.html Download Flatpak]
| <code>flatpak install --user --from https://download.mono-project.com/repo/monodevelop.flatpakref</code>
| <code>flatpak install --user --from https://download.mono-project.com/repo/monodevelop.flatpakref</code>
|-
| macOS
| [https://www.monodevelop.com/developers/building-monodevelop/ build guide]
| Use Visual Studio or build from source
|-
|-
| Other
| Other
Line 80: Line 80:
| [https://code.visualstudio.com/download download deb]
| [https://code.visualstudio.com/download download deb]
| <code>sudo apt install /path/to/vscode/file.deb</code>
| <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
| CentOS / RedHat / Fedora / SUSE
Line 92: Line 88:
| [https://snapcraft.io/docs/installing-snapd Download <code>snapd</code>]
| [https://snapcraft.io/docs/installing-snapd Download <code>snapd</code>]
| <code>sudo snap install code --classic</code>
| <code>sudo snap install code --classic</code>
|-
| macOS
| [https://code.visualstudio.com/download download zip]
| Run downloaded file
|-
|-
| Other
| Other
Confirmedusers
278

edits