Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Mar 14, 2016
1 parent 1291883 commit 242a229
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ required and can be installed using yum:
- elfutils-libelf-devel
- libpcap-devel

Similar packages should be available for most distributions, consult your
distributions package list to find them.

MacPort & Homebrew:
- libelf
- cmake
Expand All @@ -61,9 +64,6 @@ Windows with Cygwin:
- Copy the libraries ``WpdPack\Lib\libpacket.a`` and ``WpdPack\Lib\libwpcap.a`` to ``cygwin\lib\``
- Copy all headers from ``WpdPack\Include`` to ``cygwin\usr\include\``

Similar packages should be available for most distributions, consult your
distributions package list to find them.

#### Compiling (Linux/Mac)

Either download and extract a source tarball from the releases page or clone the
Expand Down Expand Up @@ -136,7 +136,8 @@ cmake ..
make
```

You will find ``dynamips.exe`` in the stable directory. Put ``cygwin1.dll`` from the Cygwin bin directory in the same directory as ``dynamips.exe`` to be able to start it from outside Cygwin terminal.
You will find ``dynamips.exe`` in the stable directory.
Put ``cygwin1.dll`` from the Cygwin bin directory in the same directory as ``dynamips.exe`` to be able to start it from outside Cygwin terminal.

### Releasing

Expand Down

0 comments on commit 242a229

Please sign in to comment.