mirror of
https://github.com/Maschell/controller_patcher.git
synced 2024-11-22 03:59:16 +01:00
Small adjustments to the readme
This commit is contained in:
parent
765b9dcb1c
commit
f52849b3b1
@ -19,9 +19,15 @@ Install this static library into your portlibs folder via:
|
|||||||
make && make install
|
make && make install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Link the application with
|
||||||
|
|
||||||
|
```
|
||||||
|
-lutils -ldynamiclibs -lcontrollerpatcher
|
||||||
|
```
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
- Application needs to be loaded from the [homebrew_launcher](https://github.com/dimok789/homebrew_launcher)
|
- Application needs to be loaded from the [homebrew_launcher](https://github.com/dimok789/homebrew_launcher)
|
||||||
- [libutils](https://github.com/Maschell/libutils) for common function.
|
- [libutils](https://github.com/Maschell/libutils) for common functions.
|
||||||
- [dynamic_libs](https://github.com/Maschell/dynamic_libs/tree/lib) for access to the functions.
|
- [dynamic_libs](https://github.com/Maschell/dynamic_libs/tree/lib) for access to the functions.
|
||||||
|
|
||||||
# Example implementation
|
# Example implementation
|
||||||
|
Loading…
Reference in New Issue
Block a user