Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Table of Contents

Simulator Distribution

Overview

...

The SimDist CVS project provides a build system for these programs based on GNU Make and Autoconf. Users do not need to download and install each package manually (which can be a lengthy and tiresome process). SLIC can be built from scratch using the proto-typical "configure" and "make" commands, and it includes a run script for setting up the runtime dependencies (basically just the Xerces library) and launching the program.

...

.

 

Known Working Configurations

...

The process for installing a binary release for the aforementioned configuration is similar to this.

  1. Download Assuming that the tarball is called slic.tar.gz, 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
    

...