gimme back a working install all

This commit is contained in:
LightCat 2018-05-29 15:21:54 +02:00 committed by GitHub
parent 2adf9335ce
commit d5795c078f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ..