Migrated to qt6.
This commit is contained in:
14
INSTALL.txt
14
INSTALL.txt
@ -1,8 +1,16 @@
|
||||
For a quick install, just follow these steps:
|
||||
|
||||
git clone https://github.com/panzi/qjoypad
|
||||
mkdir qjoypad/build
|
||||
cd qjoypad/build
|
||||
git clone https://git.stormux.org/storm/thunderpad
|
||||
mkdir thunderpad/build
|
||||
cd thunderpad/build
|
||||
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
|
||||
make -j`nproc`
|
||||
make install
|
||||
|
||||
Requirements:
|
||||
- Qt 6 (Qt6Widgets and Qt6Gui modules)
|
||||
- X11 development libraries (libX11 and libXtst)
|
||||
- libudev (optional, for automatic device detection)
|
||||
|
||||
For accessibility testing:
|
||||
- Orca screen reader or similar assistive technology
|
||||
|
Reference in New Issue
Block a user