]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
Add more notes to INSTALL
authorPatrick McHardy <kaber@trash.net>
Fri, 20 Mar 2009 08:09:42 +0000 (09:09 +0100)
committerPatrick McHardy <kaber@trash.net>
Fri, 20 Mar 2009 08:09:42 +0000 (09:09 +0100)
Signed-off-by: Patrick McHardy <kaber@trash.net>
INSTALL

diff --git a/INSTALL b/INSTALL
index c06a85f8e6d91aba5a972bb1ed62428615e17709..1f51ed0b9e52195eb77556eac61169e51a64333b 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,5 +1,5 @@
-Installation instruction for nftables
-=====================================
+Installation instructions for nftables
+======================================
 
  Prerequisites
  =============
@@ -33,10 +33,17 @@ Installation instruction for nftables
         /usr/local, so the binaries will go into /usr/local/bin, sbin,
         manpages into /usr/local/share/man, etc.
 
+ --datarootdir=
+
+       The base directory for arch-independant files. Defaults to
+       $prefix/share.
+
  --disable-debug
 
        Disable debugging
 
+ Suggested configuration options: --prefix=/ --datarootdir=/usr/share
+
  Run "make" to compile nftables, "make install" to install it in the
  configured paths.