]> git.uio.no Git - u/mrichter/AliRoot.git/blob - doc/aliroot-primer/scripts/makeclhep
extension .F -> .f
[u/mrichter/AliRoot.git] / doc / aliroot-primer / scripts / makeclhep
1 tar zxvf clhep-2.0.3.1.tgz
2 cd 2.0.3.1/CLHEP
3 ./configure --prefix=$ALICE/CLHEP # Select the place to install CLHEP
4 make
5 make check
6 make install