SANCP INSTALL
=============

Minimum Requirements:
	gcc/g++ (v2.9.5 or greater, http://gcc.gnu.org/)
	libpcap (http://www.tcpdump.org/)

Basic install:

	1. cd sancp-X.X.X
	
	2. Run 'make' 

	To create a standard install, including adding a 
	user/group (sancp/sancp) to run sancp under setuid,
	creating an output directory /var/log/sancp
	creating a configuration directory under /etc/sancp
	and providing a sample sancp.conf

	3. Run './install.sh'


For usage see: README 
or run:

	sancp -h | less

See: SETUP doc for more details

See: contrib/example.sancp.conf  for a config file example
