summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.