summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorjamesm <jamesm>2001-10-16 14:41:02 +0000
committerjamesm <jamesm>2001-10-16 14:41:02 +0000
commita2c342cef9b70c9dc8c5d5f7a1bd8fd59d264555 (patch)
tree607d357ebf06590a8f62c9ec0fe825b501c5f8f1 /INSTALL
parent53f7368a04b654a2fdeef2da827de67fc81a262e (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 4539232..62b4f17 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!