summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2009-03-20 09:09:42 +0100
committerPatrick McHardy <kaber@trash.net>2009-03-20 09:09:42 +0100
commitb076d6c6376a77fa84aa813bf267628820bcc883 (patch)
tree1ff363866fb25b0f05d7fc7f7e4dbede8b31063c /INSTALL
parent878cc0e4e863e6b2c9fa71f791d35245b3ddbdb2 (diff)
Add more notes to INSTALL
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL11
1 files changed, 9 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index c06a85f8..1f51ed0b 100644
--- 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.