mirror of
https://github.com/wiiu-env/libgui.git
synced 2025-01-27 07:25:25 +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
|
-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
|
TODO: provide more information
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user