Added info to the makefile

This commit is contained in:
Maschell 2017-11-11 16:18:13 +01:00
parent ebc9936a7c
commit 1dfdde44f3

View File

@ -25,6 +25,14 @@ Link the application with:
-lgui -lutils -ldynamiclibs -lfreetype -lgd -lpng -ljpeg -lz -lmad -lvorbisidec
```
You also need to add the include path to your Makefile. Example:
```
export INCLUDE := [...] -I$(PORTLIBS)/include/freetype2 \
-I$(PORTLIBS)/include/libgui \
-I$(PORTLIBS)/include
```
TODO: provide more information
## Dependencies