From 4edd875998df5ab80ab71701e1408383726cb04e Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 11 Nov 2017 16:18:03 +0100 Subject: [PATCH] Added info to the makefile --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index eec87fb..89aa246 100644 --- a/README.md +++ b/README.md @@ -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.