gimme back a working install all
This commit is contained in:
parent
2adf9335ce
commit
d5795c078f
13
install-all
13
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 ..
|
||||
|
Reference in New Issue
Block a user