From e04a0d59a48a1a796af9c89afbf0164425524334 Mon Sep 17 00:00:00 2001 From: sphere Date: Thu, 8 Feb 2024 20:39:29 +0000 Subject: [PATCH] Tweak README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6673d0af..51b30610 100755 --- a/README.md +++ b/README.md @@ -14,13 +14,16 @@ __Note:__ this is experimental. None of the developers are using Linux as a desk - 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` +- Go to a directory of your choice and clone the repository (it'll automatically create an `UltimateZoneBuilder` directory in the current directory): `git clone https://git.do.srb2.org/STJr/UltimateZoneBuilder.git` +- Compile UDB: `cd UltimateZoneBuilder && make` - Run UDB: `cd Build && ./builder` **Links:** -- [Official thread link](https://forum.zdoom.org/viewtopic.php?f=232&t=66745) -- [Git builds at DRDTeam.org](https://devbuilds.drdteam.org/ultimatedoombuilder/) +- SRB2MB thread - tbd + +Ultimate Doom Builder: +- [UDB repository](https://github.com/UltimateDoomBuilder/UltimateDoomBuilder) +- [Original forum.zdoom.org thread](https://forum.zdoom.org/viewtopic.php?f=232&t=66745) More detailed info can be found in the **editor documentation** (Refmanual.chm)