HOW TO COMPILE SOURCES ?
------------------------
	* ./configure [ generic use ]
You'll maybe need to enable some flags as :
	./configure --with-libnet=PATH_TO_LIBNET
or
	./configure --with-libpcap=PATH_TO_LIBPCAP
or if you want to debug it (or have more informations), you can enable debug specifying --enable-debug option

Examples of configure lines :
-----------------------------
	./configure --with-libnet=/usr/local/Libnet-latest/
	./configure --with-libnet=/usr/local/Libnet-latest/ --with-ldflags=-lefence --enable-debug

Be careful to configure output, it may give you useful informations.

	* make


HOW TO INSTALL ?
----------------
	* make install
