From: Thomas Debesse Date: Tue, 23 Jul 2019 02:06:46 +0000 (+0200) Subject: radiant target is now named netradiant, fix #134 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=24cedb8fb39fd21b45161ea4a94081cba5790a4f;p=xonotic%2Fnetradiant.git radiant target is now named netradiant, fix #134 also mention the BUNDLE_LIBRARIES cmake option, ref #133 --- diff --git a/README.md b/README.md index 2ad0c379..67eecb83 100644 --- a/README.md +++ b/README.md @@ -112,8 +112,10 @@ On FreeBSD you have to add this to the first cmake call: options: +* `BUNDLE_LIBRARIES` + Bundle libraries (only MSYS2 is supported at this time) * `BUILD_RADIANT=OFF` - Do not build NetRadiant (default: `ON`, build radiant graphical editor) + Do not build NetRadiant (default: `ON`, build notradiant graphical editor) * `BUILD_TOOLS=OFF` Do not build q3map2 and other tools (default: `ON`, build command line tools) * `BUILD_CRUNCH=ON` @@ -123,7 +125,7 @@ options: targets: -* `radiant` Compiles the radiant core binary +* `netradiant` Compiles the netradiant core binary * `modules` Compiles all modules (each module has its own target as well) * `plugins` Compiles all plugins (each plugin has its own target as well) * `tools` Compiles all tools (each tool has its own target as well)