[BUG] FreeType lib was missing

[CHG] Linux lib installer updated with FreeType installation
This commit is contained in:
Crayon2000 2010-01-05 21:09:20 +00:00
parent cfaec61cd9
commit 5344e1db1b
2 changed files with 7 additions and 0 deletions

Binary file not shown.

View file

@ -31,5 +31,12 @@ cd pngu
make install make install
cd .. cd ..
# FreeType library
echo -e "\n--------------------------------------------------------------------"
echo -e "Installing FreeType Library...\n"
cd freetype
make install
cd ..
# The End # The End
echo -e "\nDone\n" echo -e "\nDone\n"