From 2a2c0568c35e9102913655beb287dfcda0701893 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 11 Nov 2017 16:18:37 +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 606fd47..cb5a71a 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,12 @@ Link the application with -lutils -ldynamiclibs ``` +You also need to add the include path to your Makefile. Example: + +``` +export INCLUDE := [...] -I$(PORTLIBS)/include/libutils +``` + Check out the header for more information. ## Compiling