SimSoup: Installation

SimSoup Version 0.4

Installation From Binary

The SimSoup 0.4 binary has been tested on the following distributions:-

Dependencies

To run SimSoup, you first need to have the following installed:-

Installation

Once you have the necessary packages on your system, installation is as follows:-
  1. Unpack the binary archive to a directory of your choice
  2. From the console, change directory to the directory containing the SimSoup binary:-
    cd simsoup-0.4-linux-i386
  3. You can now run SimSoup.
    ./simsoup
    Open and run the demonstration scenario file (SimSoup_Demo_Scenario in the Scenario_Input directory)
As an alternative to steps (2) and (3), just double click on the file simsoup from a file manager (eg konqueror) to run the demo scenario.

That's it.

Installation From Source

The SimSoup 0.4 build from source has been tested on the following distributions:-

Dependencies

To install SimSoup from source, you first need to have the following installed

Installation

Once you have the necessary packages on your system, installation is as usual:-

SimSoup Version 0.3

Installation Of Binary Files

There are two binary distributions for SimSoup 0.3:- In order to run SimSoup version 0.3, you need a Linux system with X Windows and GTK2. SimSoup runs on both KDE and Gnome, but also runs fine on lighter window managers such as WindowMaker. Although SimSoup has been developed and tested on SUSE, it is likely that if you have any Linux installation that runs Gimp or Firefox then it will be able to run SimSoup.

To install, extract from one of the tar.gz files to a directory of your choice. Then open a terminal in this directory and execute the program by typing ./Run_SimSoup at a bash prompt.

If a missing library is reported, then try the binaries in the other tar.gz file.

That's it!

SimSoup Version 0.2

Installation Of Binary Files

The binaries for SimSoup version 0.2 are in the file SimSoup-0.2-i386-linux.tar.gz.

In order to run SimSoup version 0.2, you need a Linux system with X Windows, GTK1 (otherwise known just as GTK) and gdk-pixbuf installed. SimSoup runs on both KDE and Gnome, but also runs fine on lighter window managers such as WindowMaker.

Extract from the file SimSoup-0.2-i386-linux-tar.gz to a directory of your choice. Then open a terminal in this directory and execute the program by typing ./Run_SimSoup at a bash prompt.

That's it!

Source Files

The source files for SimSoup version 0.2 are in the file SimSoup-0.2-src.tar.gz.

SimSoup uses C++ for the main simulation logic and for management of the user interface. It uses Free Pascal and the Lazarus Component Library (LCL) for the presentation of the user interface.

The development environment for SimSoup includes:-

If you want to compile SimSoup, then I recommend you install the above products

The Linux distribution used for development of SimSoup 0.2 is SUSE 9.2 Professional.

SimSoup Version 0.1 - Prototype

Linux

Your system needs to have X installed. SimSoup runs on both KDE and Gnome, but also runs fine on lighter window managers such as WindowMaker.

Extract from the file SimSoup-0.1-i386-pc-linux-tar.gz to a directory of your choice. Now copy the file libborqt-6.9.0-qt2.3.so to a library directory on your system. On SuSE 8.1 the directory /usr/lib can be used.

If for some reason the above does not work, or you want to try SimSoup without copying the file to a system directory, then you can get started by copying the file libborqt-6.9.0-qt2.3.so to any directory of your choice (eg /home/chris/libs) and then typing the following at a bash prompt

LD_LIBRARY_PATH=/home/chris/libs
export LD_LIBRARY_PATH

You can now run SimSoup. Using the -ns command line option (./SimSoup -ns) will run the program without the startup message.

Windows

Extract from the file SimSoup_01_Windows.zip to a directory of your choice.

You can now run SimSoup.exe.