diff --git a/GRRLIB/lib/freetype/lib/wii/libfreetype.a b/GRRLIB/lib/freetype/lib/wii/libfreetype.a new file mode 100644 index 0000000..a4a5b80 Binary files /dev/null and b/GRRLIB/lib/freetype/lib/wii/libfreetype.a differ diff --git a/GRRLIB/lib/install.sh b/GRRLIB/lib/install.sh index 9ddb50a..7a42495 100644 --- a/GRRLIB/lib/install.sh +++ b/GRRLIB/lib/install.sh @@ -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"