Repository Maintained by:
- Varun Chandola
- chandola@buffalo.edu
Full details available here.
For detailed installation and operation instructions, refer to MINDS manual.
cd $MINDSDIR/src
tar -zxvf flow-tools-0.68.2-rc5.tar.gz
cd flow-tools-0.68.2-rc5
./configure --prefix $CONFIGSITE
make install
tar -zxvf libpcap-0.8.1.tar.gz
cd libpcap-0.8.1
./configure --prefix $CONFIGSITE
make
make install
cd $MINDSDIR/src
tar -zxvf xmlparser-1.0.tar.gz
cd xmlparser-1.0
./configure --prefix $CONFIGSITE
make install
cd $MINDSDIR
./configure --prefix $CONFIGSITE
make install
Refer to the manual for detailed instructions.