summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.pp.se>2010-04-09 23:57:33 +0200
committerThomas Habets <thomas@habets.pp.se>2010-04-09 23:57:33 +0200
commit8e4a0717bcaa7c8d45e2065220736ac4053d3c99 (patch)
tree0b4b8bd690b7eb62ad1fcc17f97c633b8cc2469c
parent133b505c9a47f737d85fd4a43234f4d79a1212f5 (diff)
downloadarping-8e4a0717bcaa7c8d45e2065220736ac4053d3c99.tar.gz
documented how to configure on openbsd
-rw-r--r--INSTALL6
1 files changed, 5 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index d469771..8e776f6 100644
--- a/INSTALL
+++ b/INSTALL
@@ -39,9 +39,13 @@ that.
Examples that I use on some systems:
-Linux, OpenBSD, FreeBSD:
+Linux:
./configure
+OpenBSD:
+ ./configure LDFLAGS=-L/usr/local/lib CPPFLAGS=-I/usr/local/include/libnet-1.1
+
+
Solaris:
./configure LDFLAGS="-R/usr/local/lib -L/opt/csw/lib -R/opt/csw/lib" \
CPPFLAGS="-I/usr/local/include"