UltimateZoneBuilder/README.md

24 lines
1.3 KiB
Markdown
Raw Normal View History

**System requirements:**
- 2.4 GHz CPU or faster (multi-core recommended)
- Windows 7, 8 or 10
2020-09-20 09:58:53 +00:00
- Graphics card with OpenGL 3.2 support
2020-09-20 09:58:53 +00:00
**Required software on Windows:**
2019-12-25 12:42:23 +00:00
- [Microsoft .Net Framework 4.7.2](https://dotnet.microsoft.com/download/dotnet-framework/net472)
2020-09-20 09:58:53 +00:00
**Building on Linux:**
These instructions are for Debian-based distros and were tested with Debian 10 and Ubuntu 18.04. For others it should be similar.
- Install Mono. The `mono-complete` package from the Debian repo doesn't include `msbuild`, so you have to install `mono-complete` by following the instructions on the Mono project's website: https://www.mono-project.com/download/stable/#download-lin
- Install additional required packages: `sudo apt install make g++ git libx11-dev mesa-common-dev`
- Go to a directory of your choice and clone the repository (it'll automatically create an `UltimateDoomBuilder` directory in the current directory): `git clone https://github.com/jewalky/UltimateDoomBuilder.git`
- Compile UDB: `cd UltimateDoomBuilder && make`
- Run UDB: `cd Build && ./builder`
2020-09-20 09:58:53 +00:00
**Links:**
- [Official thread link](https://forum.zdoom.org/viewtopic.php?f=232&t=66745)
- [Git builds at DRDTeam.org](https://devbuilds.drdteam.org/ultimatedoombuilder/)
2017-01-15 03:19:44 +00:00
More detailed info can be found in the **editor documentation** (Refmanual.chm)
2016-12-26 14:44:00 +00:00