Scenerixx

INSTALLATION
1.) Make sure you have at least Java 11 installed. 
If you are not sure if you have the correct version installed, open a console window and type:

java -version

If Java is installed something like this should be printed on the screen:

openjdk version "11.0.9.1" 2020-11-04
OpenJDK Runtime Environment (build 11.0.9.1+1-Ubuntu-0ubuntu1.20.04)
OpenJDK 64-Bit Server VM (build 11.0.9.1+1-Ubuntu-0ubuntu1.20.04, mixed mode, sharing)

If the command is not found or the version is below 11 you need to install the
Java runtime (JRE). You can find the JRE on the official Oracle website:

http://www.oracle.com/technetwork/java/javase/downloads/index.html

or you can use the open source variant OpenJDK:

https://openjdk.java.net/

2.) After you verified that Java is installed on your computer you need to
extract the archive to a directory of your choice and start Scenerixx with the
executable that you can find the "bin" directory. If you need further help you
can find the manual in the "help" directory.

Have fun
