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
    

...

  1. Create the file setup.sh to preserve your settings for later. 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
    

Geant4 and CLHEP

LCIO

Xerces

...