Installing FFTW3, Boost and CLHEP under Ubuntu 7.10

The procedure to install those libraries is straightforward

FFTW3 (http://www.fftw.org/):

copy the uncompressed folder “fftw” to the home folder, /home/user, and from here we do:

#./configure

#make

#make install

Boost (http://www.boost.org/):

just copy the uncompressed subfolder “boost_1_35_0/boost” to /usr/include (as a folder).

CLHEP (http://proj-clhep.web.cern.ch/proj-clhep/):

copy the uncompressed folder “clhep” to the home folder, /home/user, and from here we do:

#./configure

#make

#make check

#make install