Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
- Add link to source tarballs
  • Loading branch information
jelu committed Oct 3, 2019
1 parent e13ebf3 commit 7c529ed
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 7c529ed

Please sign in to comment.