updated INSTALL.txt to use git

This commit is contained in:
Mathias Panzenböck
2014-02-18 03:14:30 +01:00
parent dde8fc9deb
commit cd97b1633e

View File

@ -1,8 +1,8 @@
For a quick install, just follow these steps:
tar -xzvf qjoypad-4.*.tgz
mkdir qjoypad-4.*/build
cd qjoypad-4.*/build
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