From eb06a1a2be61e929e5dca288fc4b9a27dcbb6507 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Tue, 18 Sep 2018 11:27:14 +0200 Subject: [docs] mention cmake --build instead of make --- README.md | 4 ++-- 1 file 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 .. - + cmake --build . You can pass the following arguments to CMake: @@ -52,7 +52,7 @@ and Documentation using the following command: Install from command line: - install + cmake --build . --target install EXAMPLES ======== -- cgit v1.2.3