]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
radiant target is now named netradiant, fix #134
authorThomas Debesse <dev@illwieckz.net>
Tue, 23 Jul 2019 02:06:46 +0000 (04:06 +0200)
committerThomas Debesse <dev@illwieckz.net>
Tue, 23 Jul 2019 02:11:07 +0000 (04:11 +0200)
also mention the BUNDLE_LIBRARIES cmake option, ref #133

README.md

index 2ad0c37905ca0f0086f28e88ed77894788b804f2..67eecb833a286604cf645dc04368bf408940b2c9 100644 (file)
--- 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)