summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRusty Russell <rusty@linuxcare.com.au>2000-05-31 06:32:02 +0000
committerRusty Russell <rusty@rustcorp.com.au>2000-05-31 06:32:02 +0000
commit7fae6faf56ffbefd5a2b797493c5fa6abd60361a (patch)
tree8486b847c4b960a666a0cd24ed150e2658fb7bc5
parent8c700900e2a0cf87d7917cb62578583a60ad1210 (diff)
Added explicit mention of make install.
-rw-r--r--INSTALL4
1 files changed, 4 insertions, 0 deletions
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: