From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751449AbdJEHdZ (ORCPT ); Thu, 5 Oct 2017 03:33:25 -0400 Received: from mail-pg0-f67.google.com ([74.125.83.67]:37154 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751209AbdJEHdX (ORCPT ); Thu, 5 Oct 2017 03:33:23 -0400 X-Google-Smtp-Source: AOwi7QBW1XO01xEVe6cjYdV60sRrEb3vetxAj+u3/Y1hTTtkNtBJ/BDQBBMSVTZMCOj0ES/s526wOw== From: Harsha Sharma To: pablo@netfilter.org Cc: netfilter-devel@vger.kernel.org, linux-kernel@vger.kernel.org, outreachy-kernel@googlegroups.com, Harsha Sharma Subject: [PATCH] INSTALL: Update dependency list and configure with libxtables support Date: Thu, 5 Oct 2017 13:01:09 +0530 Message-Id: <20171005073109.19874-1-harshasharmaiitr@gmail.com> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add configure with lixtables in INSTALL and required dependencies for the same Signed-off-by: Harsha Sharma --- INSTALL | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/INSTALL b/INSTALL index 3e9a6ad..04981f1 100644 --- a/INSTALL +++ b/INSTALL @@ -18,6 +18,12 @@ Installation instructions for nftables - libreadline + - pkg-config + + - libtool + + - optional: libxtables: required for libxtables support + - 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 which allow input of tables with -f + option in nft. + Suggested configuration options: --prefix=/ --datarootdir=/usr/share Run "make" to compile nftables, "make install" to install it in the -- 2.11.0