summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.pp.se>2009-09-20 20:23:35 +0200
committerThomas Habets <thomas@habets.pp.se>2009-09-20 20:23:35 +0200
commit5afd1fe2a729104c7a5a345b55006cac5788644e (patch)
tree5559ff92c3b2ac57392d484599ea3c22c23d59f0 /INSTALL
parentf6fccd80e76d115d066517ad75be4519f2c59e65 (diff)
downloadarping-5afd1fe2a729104c7a5a345b55006cac5788644e.tar.gz
More install info
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL18
1 files changed, 15 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 314603b..6e631ed 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,14 +1,26 @@
arping/INSTALL
+Dependencies
+------------
+libnet 1.1.x
+ www.packetfactory.net/libnet
+ or
+ http://ftp.debian.org/debian/pool/main/libn/libnet/libnet_1.1.2.1.orig.tar.gz
+libpcap:
+ www.tcpdump.org
+
+For debian, just: apt-get install libpcap-dev libnet1-dev
+
Installing, short version
-------------------------
./configure
make
make install
-If your environment is not set up right, you may need to add stuff to
-the configure line, like:
-./configure LDFLAGS=-L/usr/lib
+If your environment is not set up right (hello Solaris), you may need
+to add stuff to the configure line, like:
+
+ ./configure LDFLAGS="-L/usr/lib -L/opt/csw/lib -R/opt/csw/lib"
Installing, longer version
--------------------------