RSim Installation Instructions

These are instructions on installing the RSim product. Please see the RSim System Requirements first to make sure your system meets the requirements.

Windows RSim Software Installation

The RSim distribution package for 64bit Windows is a self-extracting executable installer. Invoke the installer by double clicking on it. The default installation path is:

C:\Program Files\Tech-X\RSim-3.0

To open the RSim software, go to the Start Menu, click on the Tech-X folder, click on RSim 3.0, then click on RSimComposer. See Fig. 1.

windowsInstallerAllSteps.png

Fig. 1 Dialogs for Windows installation

Linux RSim Software Installation

The RSim distribution package for Linux is a gzipped tarball. Unpack the gzipped tarball into the directory in which you wish to install RSim. A typical location would be

/usr/local/RSim-3.0

The unzip and untar command is

$ cd /usr/local
$ tar xf RSim-3.0.0-Linux64.tar.gz

Or, if your Linux machine does not have OpenGL rendering support then you may want to install the “offscreen” version, in which case the file would be “RSim-3.0.0-Linux64-offscreen.tar.gz. After untarring, the user interface is started with the command:

$ cd RSim-3.0
$ ./RSimComposer.sh

If you plan to run the simulation engine or any other executable from the command-line then you will need to source the startup script:

$ source /usr/local/RSim-3.0/RSimComposer.sh
<execute engine, analyzers, etc.>

Mac OS X RSim Software Installation

Unpacking the DMG file:

The RSim distribution package for Mac OS X is a .dmg installer. Invoke the installer by double clicking on it. Drag the RSim-3.0 folder into your Applications folder (visible in the installer window). From the Application folder, double click on the RSimComposer icon in the RSim-3.0 folder. See Fig. 2. This default installation path is:

/Applications/RSim-3.0
macInstallerDialog.png

Fig. 2 Dialog for the Mac installer