]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
INSTALL: Update dependency list and configure with libxtables support
authorHarsha Sharma <harshasharmaiitr@gmail.com>
Thu, 5 Oct 2017 07:31:09 +0000 (13:01 +0530)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 6 Oct 2017 12:34:44 +0000 (14:34 +0200)
Add configure with libxtables in INSTALL and required dependencies for
the same.

Signed-off-by: Harsha Sharma <harshasharmaiitr@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
INSTALL

diff --git a/INSTALL b/INSTALL
index 3e9a6ad0688954f7a28d6273df6bf31d38b63ebc..e212bacbc341c46bcc81f9349081ce114d7dadba 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -18,6 +18,12 @@ Installation instructions for nftables
 
   - libreadline
 
+  - pkg-config
+
+  - libtool
+
+  - optional: libxtables: required to interact with iptables-compat
+
   - optional: docbook2x: required for building man-page
 
   - optional: docbook-utils: required for building PDF man-page
@@ -51,6 +57,11 @@ Installation instructions for nftables
        having no other use for libgmp.
        Note: This decreases the debugging verbosity in some files.
 
+ --with-xtables
+
+       For libxtables support to interact with the iptables-compat
+       utility.
+
  Suggested configuration options: --prefix=/ --datarootdir=/usr/share
 
  Run "make" to compile nftables, "make install" to install it in the