Versions Compared

Key

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

...

  1. From the Cygwin shell, create a work directory for SLIC and its external dependencies.
    No Format
    cd /cygdrive/c
    mkdir sim
    cd sim
    
  2. Create the file setup.sh with the following contents. (We will be adding to this file as the installation proceeds.)
    No Format
    #!/bin/sh
    export sim_work=/cygdrive/c/sim
    

Package Installations

CLHEP

Geant4

...

  1. Download the Geant4 tarball.
    No Format
    wget http://geant4.cern.ch/geant4/source/source/geant4.7.0.p01.tar.gz
    

...