Versions Compared

Key

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

The SLIC full simulator program requires the setup of 8 different software packages, not counting the required build tools.

This guide is provides a step-by-step walkthrough covering package and tool installation.

...

Standalone Windows Distribution

If you do not want to build SLIC yourself, there is a Windows executable avaiable for download.

The current version of SLIC is available as a static binary packaged with the Xerces dll.

Download this the ZIP file using your browser and unzip the contents. You should see the directory slic_win32.

Test out the binary by running it in a console window.Run as usual from the command line

  1. Start -> Run -> cmd.
  2. Press ENTER.
  3. Go to the SLIC directory.
    No Format
    
    cd /my/download/dir/slic_win32
    
  4. Execute from the command line.
    No Format
    
    slic
    

The Xerces and Cygwin dlls are also included so that the package is standalone.

...