aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.cmake b/README.cmake
index 541dccf106..800d733b9a 100644
--- a/README.cmake
+++ b/README.cmake
@@ -66,7 +66,7 @@ How to do out of tree build (Win32/64):
3) mkdir c:\wireshark\build
4) cd c:\wireshark\build
5) cmake -G "NMake Makefiles" .. (if the sources are in c:\wireshark)
-6) make (or cmake --build .)
+6) nmake (or cmake --build .)
7) (as root) umask 0022 && make install
Why cmake?