Skip to content

Commit

Permalink
Merge pull request #75 from jelu/readme
Browse files Browse the repository at this point in the history
README
  • Loading branch information
jelu authored Oct 3, 2019
2 parents e13ebf3 + 7c529ed commit 1f915cf
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,21 @@ yum install -y zlib-devel
```
git clone https://github.com/DNS-OARC/PacketQ.git
cd PacketQ
sh autogen.sh
./configure
./autogen.sh
./configure [options]
make
make install
```

## Build from tarball
## Building from source tarball

The [source tarball from DNS-OARC](https://www.dns-oarc.net/tools/packetq)
comes prepared with `configure`:

```
cd packetq-VERSION...
./configure
tar zxvf packetq-version.tar.gz
cd packetq-version
./configure [options]
make
make install
```
Expand Down

0 comments on commit 1f915cf

Please sign in to comment.