From bd3269161e95ee6ba056c79806751613458e7f92 Mon Sep 17 00:00:00 2001 From: TotallyNotElite <38938720+TotallyNotElite@users.noreply.github.com> Date: Fri, 1 Jun 2018 12:01:38 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 119ee405..a316d5b2 100755 --- a/README.md +++ b/README.md @@ -42,17 +42,21 @@ Run in terminal: ## Manual: You need CMake to build cathook, CMake should take care of dependencies -Install [libglez](https://github.com/nullworks/libglez), [libxoverlay](https://github.com/nullworks/libxoverlay) and [simple-ipc](https://github.com/nullworks/simple-ipc) +Install libglez, libxoverlay and simple-ipc -* Clone the repo of library (`git clone `) +Clone Cathook (`git clone --recursive https://github.com/nullworks/cathook`) + +* `cd ` * `mkdir build && cd build` * `cmake ..` * `make && sudo make install` +* `cd ..` + +Repeat until libglez, libxoverlay and simple-ipc are installed Install cathook -* `git clone --recursive https://github.com/nullworks/cathook` -* `cd cathook && mkdir build && cd build` +* `mkdir build && cd build` * `cmake .. && make` * `sudo make data`