X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=README.md;h=dfcbcb0418f0a0888e051594fd00a29292952ea8;hp=b6874154a432ec4252dafaf8f357f7aec8eab620;hb=HEAD;hpb=bf668aad10e8e652c1137524e358c17b007af02d diff --git a/README.md b/README.md index b6874154..280a61a6 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ For supported system, bundling dependencies can be done this way: ./easy-builder -DBUNDLE_LIBRARIES=ON ``` -Note: always do bundling on a clean system without unrelated software installed. +Note: Always do bundling on a clean and fresh system without unrelated software installed. ## Advanced compilation @@ -160,6 +160,7 @@ This project uses the usual CMake workflow: ```sh cmake -G "Unix Makefiles" -S. -Bbuild -DCMAKE_BUILD_TYPE=Debug cmake --build build -- -j$(nproc) +cmake --install build ``` @@ -168,6 +169,7 @@ cmake --build build -- -j$(nproc) ```sh cmake -G "Unix Makefiles" -S. -Bbuild -DCMAKE_BUILD_TYPE=Release cmake --build build -- -j$(nproc) +cmake --install build ``` Note: macOS users need to build built-in GtkGLExt before building NetRadiant: @@ -177,6 +179,7 @@ cmake -G "Unix Makefiles" -S. -Bbuild -DCMAKE_BUILD_TYPE=Release cmake --build build -- -j$(nproc) builtins cmake -G "Unix Makefiles" -S. -Bbuild cmake --build build -- -j$(nproc) +cmake --install build ``` @@ -186,12 +189,14 @@ The initial build will download the gamepacks and build NetRadiant and tools. If ```sh cmake --build build --target binaries -- -j$(nproc) +cmake --install build ``` You should still periodically update gamepacks: ```sh cmake --build build --target gamepacks +cmake --install build ``` @@ -260,8 +265,12 @@ Target: * `install` Install files. +```sh +cmake --install build +``` + -## Additonnal information +## Additional information ### About Crunch