diff --git a/README.md b/README.md index 2cfaf7818a..b3bdc10338 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ On Windows 8.1 open the VS2013 shell by: * select "Visual Studio Tools" * selecting "VS2013 x64 Native Tools Command Prompt" -Prepare the environment, verify installation, setup and build: +Prepare the environment: ``` set CYGWIN=C:\cygwin64 @@ -42,13 +42,33 @@ set WIRESHARK_VERSION_EXTRA=-6tisch_0.2 set PATH=C:\cygwin64\bin;%PATH% cd C:\wireshark\wireshark-1.99.7 +``` + +verify installation +``` nmake -f Makefile.nmake verify_tools +``` + +setup +``` nmake -f Makefile.nmake setup +``` + +clean +``` +nmake -f Makefile.nmake clean +``` + +build +``` nmake -f Makefile.nmake all +``` +create installer: +``` nmake -f Makefile.nmake packaging - ``` +Installer is created at `C:\wireshark\wireshark-1.99.7\packaging\nsis` ## on Linux (Ubuntu)