On Win it's nmake, not make

svn path=/trunk/; revision=52201
This commit is contained in:
Jörg Mayer 2013-09-24 16:50:21 +00:00
parent 31267e5a21
commit 9a495ec37e
1 changed files with 1 additions and 1 deletions

View File

@ -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?