summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorJames Morris <jmorris@intercode.com.au>2001-10-16 14:41:02 +0000
committerJames Morris <jmorris@namei.org>2001-10-16 14:41:02 +0000
commit460c7477af95cf18b66bbdab5882cd5b3b367731 (patch)
tree607d357ebf06590a8f62c9ec0fe825b501c5f8f1 /INSTALL
parentfa48fc8eee3047e384cf5958f6c10850cca97632 (diff)
Updated libipq documentation with information on new timeout feature,
as well as minor miscellaneous updates. Added a bit more info to the install-devel description in the INSTALL file.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 4539232e..62b4f175 100644
--- a/INSTALL
+++ b/INSTALL
@@ -13,7 +13,8 @@ FOLLOW THESE STEPS:
2) Finally, you need to to install the shared libraries, and the binary:
# make install KERNEL_DIR=<<where-your-kernel-is>>
-If you are a developer, you can install the header files, like:
+If you are a developer, you can install the headers, development libraries
+and associated development man pages, with:
# make install-devel
That's it!