summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorjamesm <jamesm>2000-11-24 14:34:02 +0000
committerjamesm <jamesm>2000-11-24 14:34:02 +0000
commit31cfe18fdf8d7d54aa16ae42b3b5fd0f6760ad07 (patch)
tree4ae78a70b0ad3195ac1c10ae6fc3397e5489ce1a /INSTALL
parent19e67c259feadc944b8a43fd86e30f9186981a93 (diff)
added install-devel target
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL14
1 files changed, 14 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 353d825..29fd860 100644
--- a/INSTALL
+++ b/INSTALL
@@ -33,3 +33,17 @@ Problems you may encounter:
NOTE: make sure you build with at least the correct LIBDIR=
specification, otherwise iptables(8) won't know where to find the
dynamic objects.
+
+
+DEVELOPERS:
+===========
+
+0) If you wish to install iptables development libraries
+ and related components, type:
+ % make install-devel
+
+Development libraries currently installed by the above are:
+ libipq: Userspace packet queueing API
+
+
+