mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-10 10:22:20 +00:00
Thanks to elisherer for reporting a mistake in the documentation
This commit is contained in:
parent
4cbbf711f8
commit
711283033d
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ After everything is installed, simply put
|
||||||
at the top of your .c file and use the functions as required
|
at the top of your .c file and use the functions as required
|
||||||
|
|
||||||
You will also need to add
|
You will also need to add
|
||||||
-lgrrlib -ljpeg -lpngu -lpng -lz
|
-lgrrlib -lfat -ljpeg -lpngu -lpng -lz
|
||||||
to the libs line in your makefile
|
to the libs line in your makefile
|
||||||
...Remember the order of the libraries is critical. You may (need to) insert
|
...Remember the order of the libraries is critical. You may (need to) insert
|
||||||
other libraries in the middle of the list, you may need to add others to the
|
other libraries in the middle of the list, you may need to add others to the
|
||||||
|
|
Loading…
Reference in a new issue