From 3d62896e3c95c1450061ef9732860ef69ebe5db1 Mon Sep 17 00:00:00 2001 From: TimePath Date: Sat, 29 Jul 2017 14:55:12 +0000 Subject: [PATCH] Update README.md (spaces are bad) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4adfb62d..35a31946 100644 --- a/README.md +++ b/README.md @@ -58,11 +58,11 @@ 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)` ## MSYS2 @@ -72,7 +72,7 @@ Under MSYS2, the mingw shell must be used with the following additional flags: cmake -G "MSYS Makefiles" \ -DGTK2_GLIBCONFIG_INCLUDE_DIR=/mingw64/lib/glib-2.0/include \ -DGTK2_GDKCONFIG_INCLUDE_DIR=/mingw64/lib/gtk-2.0/include \ - -H . -B build + -H. -Bbuild ``` ## More Compilation Details -- 2.39.2