Versions Compared

Key

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

...

Warning

As of March 2006, SimDist is still a beta-level package, missing many planned features.

   
 

Available Binaries

Binaries built with this system can be obtained from the distribution download area.

...

No Format
slic-[version]-[platform]-[compiler]-[type].tar.gz

 

For instance, the file

No Format
slic-1_13_3-Linux-g++-bin.tar.gz

 

This binary is version 1.13.3 for Linux, compiled with g++. The type can be "bin" or "dist". The "bin" downloads contain only those files necessary to run the simulator while "dist" additionally includes the complete set of libraries used to build the binary.

...

  1. Download the tarball using (for instance) the wget program.
    No Format
    wget http://www.lcsim.org/dist/slic/slic-1_13_3-Linux-g%2B%2B-bin.tar.gz
    
     
  2. Decompress it.
    No Format
    tar -zxvf slic-1_13_3-Linux-g++-bin.tar.gz
    
     
  3. Go into the SimDist directory and run the simulator.
    No Format
    cd SimDist
    ./scripts/slic.sh
    
     

Downloading and installing from a dist file is the easiest way to get SLIC up and running.

...

  1. First, checkout the project from the SLAC cvs.
    No Format
    cvs -d :pserver:jeremy@cvs.freehep.org:/cvs/lcd co SimDist
    
     
  2. Go into the directory.
    No Format
    cd SimDist
    
     
  3. Configure the project.
    No Format
    ./configure
    
     
  4. Now, build the SimDist.
    No Format
    make
    
     

The binaries can be executed just as before.

...