Versions Compared

Key

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

...

Standalone Windows Distribution

Info

Cygwin needs to be installed to run SLIC.

If you do not want to build SLIC yourself, there is a [Windows executable available for
download|http://www.lcsim.

The current version is available as a ZIP file containing a static binary and the required DLLs.

Download the ZIP file using your browser and unzip the contents to C:. You should see the directory C:\slic_win32.

Test out the binary by running it in a console window.

  1. Start -> Run -> cmd.
  2. Press ENTER.
  3. Go to the SLIC directory.
    No Format
    
    C:\
    cd slic_win32
    
  4. Execute SLIC from the command line.
    No Format
    
    slic
    
Warning

Close all Cygwin windows before running SLIC, or the packaged Cygwin DLL will not load properly.

org/dist/slic/slic-current-WIN32-g%2B%2B-bin.tar.gz].

Open a Cygwin window and go to the directory where you saved the tarball.

Untar the file after it is saved to your computer.

No Format

tar -zxvf slic-current-WIN32-g%2B%2B-bin.tar.gz

Now test the binary.

No Format

cd SimDist
./scripts/slic.sh

The slic usage screen should showThe Xerces and Cygwin DLLs are also included so that the package is standalone.

Preliminary Setup for Installation

...