To build bgpcrack just type "./configure" followed by "make". This will
produce the bgpcrack binary. There is no support for a "install" make
target, so you must copy the bgpcrack executable to a location in your
path, like /usr/local/bin.

bgpcrack was written on Linux and uses the GNU C Library. It does not
compile on BSD-derived Unixes.

bgpcrack uses libpcap, so you need to have it installed or the build
process will fail.

You will need to modify the Makefile (PCAP SSL SSLHDR) to specify the 
location of libpcap and openssl headers and libraries.

Sucessfully built on:

gcc version 2.96 20000731 (Red Hat Linux 7.2 2.96-112.7.1) + glibc 2.2.4
gcc version 2.95.4 20011002 (Debian prerelease) + glibc 2.2.5 (Debian Stable)
gcc version 2.95 19990728 (release) + glibc 2.1.3 (Slackware 7.1)

$Id: INSTALL,v 1.1 2003/07/15 19:19:10 peloy Exp $
