From 6a7979d96852d889695da867b9de4fbf5b551a46 Mon Sep 17 00:00:00 2001 From: bread <32032674+buyBread@users.noreply.github.com> Date: Sun, 29 Apr 2018 20:37:27 +0300 Subject: [PATCH] and simple-ipc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cmake couldn't find SimpleIPC ¯\_(ツ)_/¯ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80eb5a54..3e3d1481 100755 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ and a lot of useful features, including You need CMake to build cathook, CMake should take care of dependencies -Install [libglez](https://github.com/nullifiedcat/libglez) and [libxoverlay](https://github.com/nullifiedcat/libxoverlay) +Install [libglez](https://github.com/nullifiedcat/libglez), [libxoverlay](https://github.com/nullifiedcat/libxoverlay) and [simple-ipc](https://github.com/nullworks/simple-ipc) * Clone the repo of library (`git clone `) * `mkdir build && cd build`