From 24cedb8fb39fd21b45161ea4a94081cba5790a4f Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Tue, 23 Jul 2019 04:06:46 +0200 Subject: [PATCH] radiant target is now named netradiant, fix #134 also mention the BUNDLE_LIBRARIES cmake option, ref #133 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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) -- 2.39.2