mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-07 13:15:12 +02:00
doc: put --with-xtlibdir in the spotlight
Too many people forget to specify the proper location...
This commit is contained in:
7
INSTALL
7
INSTALL
@@ -4,7 +4,7 @@ Installation instructions for Xtables-addons
|
||||
Xtables-addons uses the well-known configure(autotools) infrastructure
|
||||
in combination with the kernel's Kbuild system.
|
||||
|
||||
$ ./configure
|
||||
$ ./configure --with-xtlibdir=SEE_BELOW
|
||||
$ make
|
||||
# make install
|
||||
|
||||
@@ -55,7 +55,10 @@ Configuring and compiling
|
||||
|
||||
Specifies the path to where the newly built extensions should
|
||||
be installed when `make install` is run. It uses the same
|
||||
default as the Xtables/iptables package, ${libexecdir}/xtables.
|
||||
default as the Xtables/iptables package, ${libexecdir}/xtables,
|
||||
but you may need to specify this nevertheless, as autotools
|
||||
defaults to using /usr/local as prefix, and distributions put
|
||||
the files in differing locations.
|
||||
|
||||
If you want to enable debugging, use
|
||||
|
||||
|
Reference in New Issue
Block a user