aboutsummaryrefslogtreecommitdiffstats
path: root/README.cmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-09-24 16:50:21 +0000
committerJörg Mayer <jmayer@loplof.de>2013-09-24 16:50:21 +0000
commit9a495ec37ef63b9f00d8a802b2f949e3e339ce67 (patch)
treed3d52347e12928ba5405735aecad28c1b0977fca /README.cmake
parent31267e5a21dba9dc873887dad2728f1ed33cf9c2 (diff)
On Win it's nmake, not make
svn path=/trunk/; revision=52201
Diffstat (limited to 'README.cmake')
-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?