From: Rusty Russell Date: Wed, 31 May 2000 06:32:02 +0000 (+0000) Subject: Added explicit mention of make install. X-Git-Tag: v1.2.1~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fae6faf56ffbefd5a2b797493c5fa6abd60361a;p=thirdparty%2Fiptables.git Added explicit mention of make install. --- diff --git a/INSTALL b/INSTALL index 7807dc92..a7744bb8 100644 --- a/INSTALL +++ b/INSTALL @@ -18,6 +18,10 @@ To build, just do: % make +Finally, you need to to install the shared libraries, and the binary: + + # make install + If you want to specify alternate directories for installation (instead of /usr/local/ bin lib man), do this: