From f52849b3b11cbdfccc361e9d606c8a4d15e3f35f Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 29 Oct 2017 10:25:23 +0100 Subject: [PATCH] Small adjustments to the readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df87026..eec87fb 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,15 @@ Install this static library into your portlibs folder via: make && make install ``` +Link the application with + +``` +-lutils -ldynamiclibs -lcontrollerpatcher +``` + # Dependencies - 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. # Example implementation