mirror of
https://github.com/Maschell/controller_patcher.git
synced 2024-11-21 19:49:16 +01:00
Added info to the makefile
This commit is contained in:
parent
bd13ee05c2
commit
4edd875998
@ -25,6 +25,12 @@ Link the application with
|
||||
-lutils -ldynamiclibs -lcontrollerpatcher
|
||||
```
|
||||
|
||||
You also need to add the include path to your Makefile. Example:
|
||||
|
||||
```
|
||||
export INCLUDE := [...] -I$(PORTLIBS)/include
|
||||
```
|
||||
|
||||
# Dependencies
|
||||
- Application needs to be loaded from the [homebrew_launcher](https://github.com/dimok789/homebrew_launcher)
|
||||
- [libutils](https://github.com/Maschell/libutils) for common functions.
|
||||
|
Loading…
Reference in New Issue
Block a user