Download

How to download and install sim11.

You need Java 1.4 (or greater) installed. (See requirements for details.)

Downloads

You can download either the basic binary distribution (sim11.zip) or the source distribution (sim11-src.zip). The source distribution includes a pre-compiled copy of the binary distribution; there is no need to download both.

Note
Most users need only the binary distribution (which is easier to install.)
FileSize
sim11.zip 0.6 MB
sim11-src.zip 1.1 MB

Installation (Binary distribution)

Overview

Unzip sim11.zip. A directory "sim11" is created. Change to that directory and invoke the program from the command line with either sim11.bat (Microsoft Windows) or sim11.sh (Unix including Linux, Solaris and MacOS).

Microsoft Windows

  1. Copy the downloaded sim11.zip file to C:\Program Files.
  2. Unzip the copied file.
  3. Right-click on the file "SIM11.BAT" and create a shorcut. Place the shorcut wherever you want.

Clicking the shortcut (or double-clicking, depending on your Windows version and settings) should invoke the simulator.

Unix

  1. Unzip "sim11.zip" to a convenient location. For example:
                unzip -d /usr/local sim11.zip
                
    This creates the directory "sim11" which contains the distribution.
  2. Set the environment variable SIM11_HOME to this directory. For example:
                 export SIM11_HOME=/usr/local/sim11
                 
  3. Optionally, copy (or link) the file ${SIM11_HOME}/sim11.sh to a PATH directory. For example:
                  ln -s ${SIM11_HOME}/sim11.sh /usr/local/bin/sim11
                  
  4. The command sim11 should now work.

by Ken Clowes