From 7c529ed2744a219b2ead6b74fa88661fb9441b7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jerry=20Lundstr=C3=B6m?= Date: Thu, 3 Oct 2019 10:19:20 +0200 Subject: [PATCH] README - Add link to source tarballs --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9c38265..12e72d3 100644 --- a/README.md +++ b/README.md @@ -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 ```