Click elements by TNT @ University of Genoa

== Requirements ==
* Click
* pcap
* MySQL (for MySQL support in SQLExport)


== Compiling ==

1. Make sure you have installed Click. We assume it's installed in $CLICK_DIR

2. Configure the release or the debug version

2b. release version

$ CXXFLAGS="-O2 -pipe" # add -march=pentium4 for an optimized version
$ CFLAGS="$CXXFLAGS"
$ export CXXFLAGS CFLAGS
$ ./configure --with-click=$CLICK_DIR

2b. debug version

$ CXXFLAGS="-g -O0 -Wall -pipe"
$ CFLAGS="$CXXFLAGS"
$ export CXXFLAGS CFLAGS
$ ./configure --with-click=$CLICK_DIR

3. Compile

$ make

4. Install

$ make install

== Usage ==

Note that you need to specify require(tnt); in your click config files.

