Run make data with su instead
Wow I'm actually an idiot.
This commit is contained in:
parent
ab16b1f248
commit
f86c9785ca
@ -26,10 +26,4 @@ git clone --recursive https://github.com/nullworks/simple-ipc.git;cd simple-ipc;
|
|||||||
# Build cathook
|
# 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); cd ..
|
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
|
||||||
|
|
||||||
#
|
|
||||||
# Install
|
|
||||||
#
|
|
||||||
|
|
||||||
sudo bash install-data
|
|
||||||
|
Reference in New Issue
Block a user