Versions Compared

Key

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

...

  1. Go to the work dir and checkout SLIC.
    No Format
    cd ${sim_work}
    cvs -d :pserver:anonymous@cvs.freehep.org:/cvs/lcd checkout slic
    
  2. Go into the SLIC dir.
    No Format
    cd slic
    
  3. Set the SLIC_BASE variable in setup.sh.
    No Format
    export SLIC_BASE=${sim_work}/slic
    
  4. Configure the build.
    No Format
    ./configure
    
  5. Build the binary (note that we currently do not support visualization).
    No Format
    
    export G4VIS_NONE=1
    make all
    

If the build completes successfully, you should see SLIC's usage statement from the test run.

...