summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.pp.se>2009-10-06 19:45:57 +0200
committerThomas Habets <thomas@habets.pp.se>2009-10-06 19:45:57 +0200
commit26b0d8aac36fbf7a252817239729f6c987dedb70 (patch)
tree8fe77e5fc60758b4f702c181a961dbf537c0a629
parent2a46a7d94b676e027de0f290f042a3884549a93e (diff)
downloadarping-26b0d8aac36fbf7a252817239729f6c987dedb70.tar.gz
Added example configure-lines to INSTALL file
-rw-r--r--INSTALL14
1 files changed, 14 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 6e631ed..7aff7f7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,5 +1,7 @@
arping/INSTALL
+This is the short version. For more info see the README.
+
Dependencies
------------
libnet 1.1.x
@@ -34,3 +36,15 @@ The autotools build system is new with arping 2.09. If you have problems with
it I want to hear about it. Email me at thomas@habets.pp.se and attach
the config.log file. If it failed during 'make', give me all the output from
that.
+
+Examples that I use on some systems:
+
+Linux, OpenBSD, FreeBSD:
+ ./configure
+
+Solaris
+ ./configure LDFLAGS="-R/usr/local/lib -L/opt/csw/lib -R/opt/csw/lib" \
+ CFLAGS="-I/usr/local/include"
+
+IRIX (double-check this):
+ ./configure LDFLAGS="-L/usr/local/lib -R/usr/local/lib"