Update README.md

This commit is contained in:
TotallyNotElite 2018-06-01 12:01:38 +02:00 committed by GitHub
parent 5fb94e39cb
commit bd3269161e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <URL>`)
Clone Cathook (`git clone --recursive https://github.com/nullworks/cathook`)
* `cd <name>`
* `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`