mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-22 20:02:48 +00:00
Update README.md
Fix debian package name.
This commit is contained in:
parent
94a2f042fe
commit
4a559ba127
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
- [Microsoft .Net Framework 4.7.2](https://dotnet.microsoft.com/download/dotnet-framework/net472)
|
||||
|
||||
**Building on Linux:**
|
||||
- Install mono. On debian based distros `apt-get install mono` should do the trick
|
||||
- Install mono. On debian based distros `apt-get install mono-complete` should do the trick
|
||||
- Install gcc
|
||||
- Type `make`. If you get an error about it not finding `msbuild` then you are most likely missing a package, or your version of mono may be too old
|
||||
- Run it by launching `builder` from inside the Build folder
|
||||
|
|
Loading…
Reference in a new issue