diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2018-09-18 11:27:14 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2018-09-18 11:27:14 +0200 |
| commit | eb06a1a2be61e929e5dca288fc4b9a27dcbb6507 (patch) | |
| tree | b3649b6cea791c975ff4d8e238b7b9801a24d2fb /README.md | |
| parent | 7b213e70919e505e86d98c4de67b6819d35a3a97 (diff) | |
[docs] mention cmake --build instead of make
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ======== |
