Files
thunderpad/INSTALL.txt
2014-02-18 03:14:30 +01:00

9 lines
219 B
Plaintext

For a quick install, just follow these steps:
git clone https://github.com/panzi/qjoypad
mkdir qjoypad/build
cd qjoypad/build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
make -j`nproc`
make install