Versions Compared

Key

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

...

  1. Return to the work dir, create a Geant4 work subdir and go into it.
    No Format
    cd $sim_work
    mkdir geant4
    cd geant4
    
  2. Download the Geant4 tarball.
    No Format
    wget http://geant4.cern.ch/geant4/source/source/geant4.7.0.p01.tar.gz
    
  3. Unzip it.
    No Format
    tar zxvf geant4.7.0.p01.tar.gz
    
  4. Setting the following variables in $sim_work/setup.sh should allow you to compile without running the ./Configure script.
    No Format
    G4INSTALL=${sim_wrk}/geant4/geant4.7.0.p01
    G4SYSTEM=WIN32-g++
    OGLHOME=/usr/X11R6
    
  5. Go into the Geant4 install dir.
    No Format
    cd geant4.7.0.p01
    
  6. Build the libraries. (Maybe you should let this run overnight!)
    No Format
    make
    
Info

The default Geant4 library settings for WIN32 are global and static. You may choose other settings, but this could require changes in installation settings "down the line" that I may not mention.

LCPhys

LCIO

Xerces

GDML

LCDD

SLIC

...