Consider the code section as a reference for getting the code.
The project has been succesfully tested with:
Once all the source code is downloaded (and if necessary extracted), navigate to the main project folder (RTSIM).
The folder content will be the following:
Create the build folder, enter in it and compile the whole project:
$ cd RTSIM
$ mkdir build
$ cd build
$ cmake ..
$ make
After this process, all the RTSIM build configuration and binary files will be in the RTSIM/build folder.
The project has been succesfully tested with:
Download the CMake GUI in order to prepare all the project files for Visual Studio.
With CMake, select the main RTSIM folder as source code folder and RTSIM/build folder as destination for the binaries.
Execute the Configure process and select the proper development environment (i.e. Visual Studio 2012).
Hit Generate to complete the generation of the build configuration files.
In the RTSIM/build folder, open the ALL_BUILD Visual Studio project and build it (Ctrl+Shift+b).