Requirements
============
If you want to compile WepDecrypt, you must have at least following
 libraries present:

- libpcap       http://www.tcpdump.org
- libcrypto     http://www.openssl.org
- libz          commmonly installed
- fltk		Optional used to compile the grafic interface (needs to be >= 1.1.6)

To Install the program just type
./configure ; make 

To Install without the gui type
./configure --disable-gui; make

You also can specify dest directory with
./configure --with-dest-dir=destdir; make

To disable wkeygen tool
./configure --disable-keygentool; make

And as root
make install
