Added info to the makefile

This commit is contained in:
Maschell 2017-11-11 16:18:03 +01:00
parent bd13ee05c2
commit 4edd875998

View File

@ -25,6 +25,12 @@ Link the application with
-lutils -ldynamiclibs -lcontrollerpatcher -lutils -ldynamiclibs -lcontrollerpatcher
``` ```
You also need to add the include path to your Makefile. Example:
```
export INCLUDE := [...] -I$(PORTLIBS)/include
```
# 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 functions. - [libutils](https://github.com/Maschell/libutils) for common functions.