X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=INSTALL;h=5e840c657467e21169cca061894e8157f906f07a;hb=6afea0b41dfbc3824956d11d960ad80097218feb;hp=3455fa6ba561b52fced72126a461175cb503a933;hpb=f7b70cf9e00324b89b02de213bcd0dde7044d035;p=iptables.git diff --git a/INSTALL b/INSTALL index 3455fa6..5e840c6 100644 --- a/INSTALL +++ b/INSTALL @@ -25,7 +25,7 @@ PROBLEMS YOU MAY ENCOUNTER: Please try `make KERNEL_DIR=path-to-correct-kernel' 3) If you want to specify alternate directories for installation -(instead of /usr/ bin lib man), do this: +(instead of /usr/local/ bin lib man), do this: % make BINDIR=/usr/bin LIBDIR=/usr/lib MANDIR=/usr/man # make BINDIR=/usr/bin LIBDIR=/usr/lib MANDIR=/usr/man install @@ -36,6 +36,12 @@ PROBLEMS YOU MAY ENCOUNTER: % make NO_SHARED_LIBS=1 +5) If you want to build a single BusyBox style multipurpose binary instead of + the individual iptables, iptables-save and iptables-restore binaries, then + please use + + % make DO_MULTI=1 + NOTE: make sure you build with at least the correct LIBDIR= specification, otherwise iptables(8) won't know where to find the dynamic objects.