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: ## Manual:
You need CMake to build cathook, CMake should take care of dependencies 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` * `mkdir build && cd build`
* `cmake ..` * `cmake ..`
* `make && sudo make install` * `make && sudo make install`
* `cd ..`
Repeat until libglez, libxoverlay and simple-ipc are installed
Install cathook Install cathook
* `git clone --recursive https://github.com/nullworks/cathook` * `mkdir build && cd build`
* `cd cathook && mkdir build && cd build`
* `cmake .. && make` * `cmake .. && make`
* `sudo make data` * `sudo make data`