$ zcat clamav-x.yz.tar.gz | tar xvf - $ cd clamav-x.yzAssuming you want to install the configuration files in /etc, configure the package as follows:
$ ./configure --sysconfdir=/etcCurrently gcc is required to compile ClamAV.
$ make $ su -c "make install"In the last step the software is installed in the /usr/local directory and the config file goes to /etc. WARNING: Never enable the SUID or SGID bits in Clam AntiVirus binaries.