From cd97b1633e50dba2568c732d47a15660b092c43a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Panzenb=C3=B6ck?= Date: Tue, 18 Feb 2014 03:14:30 +0100 Subject: [PATCH] updated INSTALL.txt to use git --- INSTALL.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index 926e10e..eed1f44 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -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