updated INSTALL.txt to use git
This commit is contained in:
@ -1,8 +1,8 @@
|
|||||||
For a quick install, just follow these steps:
|
For a quick install, just follow these steps:
|
||||||
|
|
||||||
tar -xzvf qjoypad-4.*.tgz
|
git clone https://github.com/panzi/qjoypad
|
||||||
mkdir qjoypad-4.*/build
|
mkdir qjoypad/build
|
||||||
cd qjoypad-4.*/build
|
cd qjoypad/build
|
||||||
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
|
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
|
||||||
make -j`nproc`
|
make -j`nproc`
|
||||||
make install
|
make install
|
||||||
|
Reference in New Issue
Block a user