SinelaboreRT Header Logo

SinelaboreRT

As simple as possible, but not any simpler!

User Tools

Site Tools


wiki:getting_started:operating_systems

Noteworthy per operating system

All systems (Windows, Mac, Linux ...)

Usage of the code generator from the command line is most flexible. Integration in Makefiles or the like is super easy. A call from the command line looks like:
java -cp “~/sinelaboreRT5.2/bin/*” codegen.Main …

Mac

A dmg file is provided. See Download for more information.

Windows

Windows users can use the code generator in two ways.

Method 1: Install a Windows executable which wraps the Java jar file. An installer is available in the bin folder of the download package. A double click on the installed executable opens the built in editor with an empty project. Right clicking a project file which was created previously with the integrated editor opens this project. Due to the fact that no configuration file is known at this point it is recommended to put a codegen.cfg file in the users home directory which at least contains the parameter DotPathWin.
Example: DotPathWin=“C:\\Graphviz-2.44.1\\bin\\dot.exe”

Method 2: Using the codegen.jar file directly and call it with the java.exe installed on your system.
Example: c:\jdk-11\bin\java.exe -cp “c:/sinelaboreRT5.2/bin/*” codegen.Main …

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
wiki/getting_started/operating_systems.txt · Last modified: 2022/12/19 10:53 by webmin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki