Don't forget to clone cathook as well

This commit is contained in:
TotallyNotElite 2018-05-19 18:18:06 +02:00 committed by GitHub
parent a008321aa6
commit 736f72b093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,5 +25,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);make data
mkdir build;cd build;cmake ..;make -j$(grep -c '^processor' /proc/cpuinfo);make data