X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=README.md;h=59e356fa8f13a94bc1f435ed2353e2b76376a3fe;hb=bbc02ec651dae2fe14d30941b841980161345dd6;hp=44436fd6ae95f694940e761222c6366b31188a9e;hpb=dcb3108d544f1ab4ef130bca426d20dbd38d6f16;p=xonotic%2Fnetradiant.git diff --git a/README.md b/README.md index 44436fd6..59e356fa 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ See also https://gitlab.com/xonotic/netradiant/ for a source browser, issues and ## msys2 +Under MSYS2, the mingw shell must be used + ### 32 bit: ``` @@ -58,11 +60,15 @@ This project uses the usual CMake workflow: ## Debug -`cmake -G "Unix Makefiles" -H . -B build && cmake --build build -- -j$(nproc)` +``` +cmake -G "Unix Makefiles" -H. -Bbuild && cmake --build build -- -j$(nproc) +``` ## Release -`cmake -G "Unix Makefiles" -H . -B build -DCMAKE_BUILD_TYPE=Release && cmake --build build -- -j$(nproc)` +``` +cmake -G "Unix Makefiles" -H. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build -- -j$(nproc) +``` ## More Compilation Details