From d5795c078f7f4da1644062fb161fd334a8c528db Mon Sep 17 00:00:00 2001 From: LightCat Date: Tue, 29 May 2018 15:21:54 +0200 Subject: [PATCH] gimme back a working install all --- install-all | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/install-all b/install-all index ae1f46ee..0d5e7a95 100755 --- a/install-all +++ b/install-all @@ -8,8 +8,6 @@ sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y && sudo apt update && sud # Install libglez # -mkdir cathook; cd cathook - git clone --recursive https://github.com/nullworks/libglez.git;cd libglez;mkdir build;cd build;cmake ..;make;sudo make install;cd ..;cd .. # @@ -28,13 +26,4 @@ git clone --recursive https://github.com/nullworks/simple-ipc.git;cd simple-ipc; # Build cathook # -git clone --recursive https://github.com/nullworks/cathook.git;cd cathook;mkdir build;cd build;cmake ..;make -j$(grep -c '^processor' /proc/cpuinfo); sudo make data; cd ..; cd .. - -# -# Do post installation stuff -# - -cp -a -u ./cathook/tools/. ./ -rm ./README -rm ./updater.sh -cd ..; rm install-all +mkdir build;cd build;cmake ..;make -j$(grep -c '^processor' /proc/cpuinfo); sudo make data; cd ..; cd ..