mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-22 15:02:20 +00:00
[BUG] FreeType lib was missing
[CHG] Linux lib installer updated with FreeType installation
This commit is contained in:
parent
cfaec61cd9
commit
5344e1db1b
2 changed files with 7 additions and 0 deletions
BIN
GRRLIB/lib/freetype/lib/wii/libfreetype.a
Normal file
BIN
GRRLIB/lib/freetype/lib/wii/libfreetype.a
Normal file
Binary file not shown.
|
@ -31,5 +31,12 @@ cd pngu
|
|||
make install
|
||||
cd ..
|
||||
|
||||
# FreeType library
|
||||
echo -e "\n--------------------------------------------------------------------"
|
||||
echo -e "Installing FreeType Library...\n"
|
||||
cd freetype
|
||||
make install
|
||||
cd ..
|
||||
|
||||
# The End
|
||||
echo -e "\nDone\n"
|
||||
|
|
Loading…
Reference in a new issue