mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 04:12:12 +00:00
A map editor for UDMF levels in SRB2, forked from Ultimate Doom Builder.
.github/workflows | ||
Build | ||
Documents | ||
Help | ||
Setup | ||
Source | ||
UpdaterConfig | ||
.gitignore | ||
build_git_generic.cmd | ||
build_git_x64.cmd | ||
build_git_x86.cmd | ||
build_setup_x64.cmd | ||
build_setup_x86.cmd | ||
builder.sh | ||
Builder.sln | ||
Builder.sln.DotSettings.user | ||
BuilderMono.sln | ||
ChangelogMaker.exe | ||
Clean Rebuild.bat | ||
Compile Help.bat | ||
fixpermissions.cmd | ||
LICENSE.txt | ||
Makefile | ||
README.md | ||
VersionFromEXE.exe | ||
VersionFromGIT.exe |
System requirements:
- 2.4 GHz CPU or faster (multi-core recommended)
- Windows 7, 8 or 10
- Graphics card with OpenGL 3.2 support
Required software on Windows:
Building on Linux:
- 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 findingmsbuild
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:
More detailed info can be found in the editor documentation (Refmanual.chm)