mirror of
https://github.com/Maschell/libgui.git
synced 2024-11-27 07:04:19 +01:00
Added info to the makefile
This commit is contained in:
parent
ebc9936a7c
commit
1dfdde44f3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user