[nftables] Add installation instructions

Patrick McHardy netfilter-cvslog-bounces at lists.netfilter.org
Fri Mar 20 02:13:20 CET 2009


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=nftables.git;a=commit;h=311782cbea8ca77e0e126f1f95b02692a32899ab
commit 311782cbea8ca77e0e126f1f95b02692a32899ab
Author:     Patrick McHardy <kaber at trash.net>
AuthorDate: Fri Mar 20 01:58:41 2009 +0100
Commit:     Patrick McHardy <kaber at trash.net>
CommitDate: Fri Mar 20 01:58:41 2009 +0100

    Add installation instructions
    
    Signed-off-by: Patrick McHardy <kaber at trash.net>
       via  311782cbea8ca77e0e126f1f95b02692a32899ab (commit)
      from  e52c3c4967916bc5d747d3b93f2d2ccdc1b155a7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 311782cbea8ca77e0e126f1f95b02692a32899ab
Author: Patrick McHardy <kaber at trash.net>
Date:   Fri Mar 20 01:58:41 2009 +0100

    Add installation instructions
    
    Signed-off-by: Patrick McHardy <kaber at trash.net>

-----------------------------------------------------------------------

 INSTALL |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 52 insertions(+), 0 deletions(-)
 create mode 100644 INSTALL
Signed-off-by: Patrick McHardy <kaber at trash.net>

diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..c06a85f
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,52 @@
+Installation instruction for nftables
+=====================================
+
+ Prerequisites
+ =============
+
+  - standard glibc headers, gcc etc.
+
+  - libnl including support for nftables: git://git.netfilter.org/libnl-nft.git
+
+  - flex
+
+  - bison
+
+  - libgmp
+
+  - libreadline
+
+  - optional: docbook2x: required for building man-page
+
+  - optional: docbook-utils: required for building PDF man-page
+
+ Configuring and compiling
+ =========================
+
+ Run "sh autogen.sh" to generate the configure script, then:
+
+ sh configure [options]
+
+ --prefix=
+
+        The prefix to put all installed files under. It defaults to
+        /usr/local, so the binaries will go into /usr/local/bin, sbin,
+        manpages into /usr/local/share/man, etc.
+
+ --disable-debug
+
+	Disable debugging
+
+ Run "make" to compile nftables, "make install" to install it in the
+ configured paths.
+
+ Other notes
+ ===========
+
+ The nftables kernel tree can be found at:
+
+ git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nft-2.6.git
+
+ The latest version of this code can be found at:
+
+ git://git.netfilter.org/nftables.git



More information about the netfilter-cvslog mailing list