Extract the zipped code package (example: JStest-1.0) into your home file system somewhere.
cd JStest-1.0
mkdir build
cd build
cmake ..
make
To run the app:
./JStest
Qt5. This is a Qt app, so you'll need to have Qt5 installed. I've built it with Qt version 5.12.8.
SDL. The joystick handling comes from the SDL project. I'm using SDL version 2.2.0.
First commit of the JStest project, 6 May 2021.
So far I've only run this app from within Qt Creator on a linux platform. I've not tested it on other platforms, although AFAIK all the code and libraries are cross-platform.
Last edit: David Culp 2021-05-14