-------
COMPILE

	First, edit $(TOPLEVEL)/avscan/Makefile as needed.

	To disable ClamAV support, remove from the CFLAGS value:

		-DHAVE_CLAMAV
		`clamav-config --cflags`

	To disable Endeavour 2 support, remove from the CFLAGS value:

		-DHAVE_EDV2
		`endeavour2-config --cflags`


	To compile, type:

	# make all

-------
INSTALL

	If the compile was successful, then you can install by typing:

	# su
	(enter password)
	# make install
