Geant4 is a toolkit for the simulation of the passage of particles through matter developed at CERN. It is popular in nuclear and particle phyiscs.
cmake_geant4.sh <version>
This script downloads and builds Geant4 from the source distribution. It installs the resulting binaries in /usr/local/geant4/<version>
. Multiple versions can be installed next to each other, and the desired version can be loaded by sourcing the file bin/geant4.sh
.
./cmake_geant4.sh 4.10.02.p02
This work is provided under the license described in the LICENSE
file.