From 16796457b72f335c750dc36aca6bdeff57920d91 Mon Sep 17 00:00:00 2001 From: SylveonBottle Date: Tue, 8 May 2018 21:26:49 -0500 Subject: [PATCH] Made instructions 100% more clear. https://i.imgur.com/PwG1F9A.png --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6a4ab9e1..63ca797c 100755 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ Install cathook * `cmake .. && make` * `sudo make data` +Make sure to put the required files in ../requirements/lib*, and cathook in ../cathook. + ### Outdated (but might be helpful): You can use gcc-7 for compiling cathook if you add `-e CC=gcc-7 CXX=g++-7` to make command line