-
Notifications
You must be signed in to change notification settings - Fork 7
Quick Start
After you have finished the installation and built modules you can run the modules.
After finishing the installation you can run the run-modules.sh. The script needs the -m parameter defining which set of modules to build. It will run the modules as specified in the module set run script. More information about module sets and the build system can be found at Build-System.
Please make sure that all of the modules to start have been built. You can use the -r parameter to rebuild all modules of the selected set of modules.
You can run modules individually as each module is a separate executable file. All built module executables will be placed in the build folder.
For running modules you can also use the experimental JavaFX based graphical tool, as described at Quick-Start-JavaFX-Tool