Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Package Installations

CLHEP

There are installation instructions for version 1.9 and up http://wwwasd.web.cern.ch/wwwasd/lhc++/clhep/INSTALLATION/newCLHEP-install.html.
But you should not need them to setup the package.

  1. First, download Download the CLHEP tarball.
    No Format
    wget http://cern.ch/clhep/clhep-1.9.2.0.tgz
    
  2. Unzip to your work directory.
    No Format
    tar zxvf clhep-1.9.2.0.tgz
    
  3. Change to CLHEP directory.
    No Format
    cd 1.9.2.0/CLHEP
    
  4. Run configure. (Takes a long time!)
    No Format
    ./configure --disable-shared
    

...