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