Warning:
This project is a Maven-based Java application. You must have Maven installed to build, test, and run it.Note for users:
The included Makefile is written for Unix-based systems (Linux, macOS).
If you are using Windows, you will need to adapt the commands or run them inside a Unix-compatible environment (such as WSL or Git Bash).
Compile classes:
Usemake compilein your terminal.
You now can run the example code provided in Main class withmake run.
Simply use
make testin your terminal.
This will compile classes, run the codestyle tests and the unit tests.
Use
make doc.
This will open the documentation in your default web-browser.
This uses the commandxdg-openthat is not available for MacOS and Windows devices.