diff options
author | Harsha Sharma <harshasharmaiitr@gmail.com> | 2017-10-05 13:01:09 +0530 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2017-10-06 14:34:44 +0200 |
commit | 7fa0e8456afb5be61c9a8c3a997d4d7532e82b1d (patch) | |
tree | 25a83bcb5ee05d729878a1f4cd843ab7c71d66cc /INSTALL | |
parent | 881fad86fa4942571c74cdfa89831a2cd25dbe16 (diff) |
INSTALL: Update dependency list and configure with libxtables support
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>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |