Versions Compared

Key

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

...

  1. Download the CLHEP 2.1.0.1 source
  2. Ungzip and untar the file
  3. Build CLHEP from within a directory other than the source directory
  4. Start up a new DOS Command Window
  5. set PATH=
  6. set LIB=
  7. set INCLUDE=
  8. Run VC9's setup file:
  9. set LIB=C:\Program Files\Microsoft SDKs\Windows\v6.0A\Lib;%LIB%
  10. set PATH=C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin;%PATH%
  11. set INCLUDE=C:\Program Files\Microsoft SDKs\Windows\v6.0A\Include;include;%INCLUDE%
  12. Start up cygwin (where you have perl installed)  bash --login -i
  13. 2.1.0.1/CLHEP/configure --prefix /cygwin/c/clhep"
  14. make AM_CXXFLAGS="-EHsc -nologo -GR -MDd -ZI -D_HAS_ITERATOR_DEBUGGING=0 -D_SECURE_SCL=0"
    http://hypernews.slac.stanford.edu/HyperNews/geant4/get/installconfig/1150/1.html

redhat4-x86_64-64bit-gcc34

Obtain the binaries using "wget http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/clhep-2.1.0.1-slc4_amd64_gcc34.tgzImage Added"

redhat5-i686-32bit-gcc41

Obtain the binaries using "wget http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/clhep-2.1.0.1-i686-slc5-gcc41-opt.tgzImage Added"

redhat5-x86_64-64bit-gcc41

Obtain the binaries using "wget http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/clhep-2.1.0.1-x86_64-slc5-gcc41-opt.tgzImage Added"

snowleopard-i386-32bit-gcc42

Obtain the binaries using "wget http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/clhep-2.1.0.1-i386-mac106-gcc42-opt.tgzImage Added"

2.0.4.6

redhat4-i686-32bit-gcc34

...