Update README.md

This commit is contained in:
Magnus Norddahl 2020-09-20 11:58:53 +02:00 committed by GitHub
parent 1ef6391bbb
commit 94a2f042fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,17 @@
**System requirements:**
- 2.4 GHz CPU or faster (multi-core recommended)
- Windows 7, 8 or 10
- Graphics card with Pixel Shader model 2.0 support
- Graphics card with OpenGL 3.2 support
**Required software:**
**Required software on Windows:**
- [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 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
**Links:**
- [Official thread link](https://forum.zdoom.org/viewtopic.php?f=232&t=66745)
- [Git builds at DRDTeam.org](https://devbuilds.drdteam.org/ultimatedoombuilder/)