Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
twatteyne committed Jul 2, 2015
1 parent ca2761e commit de1328d
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

Expand Down

0 comments on commit de1328d

Please sign in to comment.