The QuickHMI Viewer is always installed on a Linux distribution via the terminal.
Please note the system requirements for Linux!
Open a terminal or connect to your Linux system via SSH access.
The commands to be executed may differ from distribution to distribution. The commands in these instructions are based on Linux Ubuntu.
1. Install an openJDK runtime environment. Runtime environments from version 11 are supported. sudo apt-get install openjdk-11-jre |
| 2. change to the folder in which you want to install the QuickHMI Viewer. |
| 3. Download the QuickHMI Viewer package. Instead of using the wget command, you can also download the file on another computer beforehand and then copy it to the current directory. Select the correct package according to your processor architecture: sudo wget https://www.quickhmi.de/linux/ibex/viewer/linux-aarch64.tar |
4. unpack the QuickHMI Viewer package.sudo tar -xvf linux-[architecture].tar |
5. delete the QuickHMI Viewer packagesudo rm linux-[architecture].tar |
| 6. you will find two .sh files in the unzipped directory. Run the install.sh file once. To start the viewer afterwards, it is sufficient to execute launch.sh. |
This completes the installation.
