From 88e7a872e40c5508f661f52c5f86541c938e7425 Mon Sep 17 00:00:00 2001 From: Marco Hladik Date: Wed, 2 Jun 2021 14:54:27 +0200 Subject: [PATCH] README: address building instructions --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index de68ef8..76baa8d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # WorldSpawn The editor we use to create levels. It was forked from NetRaidiant and was a result of necessity. -We wanted to move away from a proprietary toolchain that assumed a different texture coordinate system and had itechnical issues +We wanted to move away from a proprietary toolchain that assumed a different texture coordinate system and had technical issues the author would not ever get back to us about, so we had to take matters into our own hands. Use it if you actually want to use the features listed below - note that they require a modified engine. There's plenty of other editors for the first-party id Tech games. @@ -13,17 +13,18 @@ There's plenty of other editors for the first-party id Tech games. - Support for HDR lightmaps in the BSP compiler - Support for automatic cubemap surface-picking in the BSP compiler - Lots of bug fixes, like the 'ghost-ent' bug, which places dummy ents at the center of your map +- Simplified build system, so less dependencies ## Compiling -You can compile the editor directly from within the Nuclide src tree using the build_editor.sh script. -It'll also integrate it properly into the filesystem you're working with. -Other than that, it can be built in either debug or release form with the scripts provided in this tree. +To compile on a standard GNU/Linux system: +`LDFLAGS=-ldl gmake -j $(nproc)` -The codebase also compiles the editor under MSYS2, but the compiler will currently segfault on NT. +For BSD systems you'll have to point CFLAGS to whereever your package headers are installed. +gtkgtlext-1.0 is notorious for using both include and lib/gtkgtlext-1.0/include for headers. Yes. + +Clang should also be supported, pass CC=clang and CXX=clang++ if you want to use it. + +We don't work on NT. You're on your own with that one. ## Support -The whole thing is held together with duct-tape. -The codebase it is based on is not very portable and while effort had been made to rectify that, -it's just such a time consuming affair. -If you've got any issues, feel free to let us know, but we can't promise any support right away. -Here be dragons, etc. +If you need help with this, you're better off using an alternative editor.