aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index cea900f2..1920e7b2 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ Build from command line:
mkdir build
cd build
cmake ..
- <respective-make-cmd = gmake, make, mingw32-make, nmake>
+ cmake --build .
You can pass the following arguments to CMake:
@@ -52,7 +52,7 @@ and Documentation using the following command:
Install from command line:
- <respective-make-cmd = gmake, make, mingw32-make, nmake> install
+ cmake --build . --target install
EXAMPLES
========