17 lines
470 B
Plaintext
17 lines
470 B
Plaintext
For a quick install, just follow these steps:
|
|
|
|
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
|