diff --git a/GRRLIB.html b/GRRLIB.html index dd58804..a078e9b 100644 --- a/GRRLIB.html +++ b/GRRLIB.html @@ -59,7 +59,7 @@ libgrrlib <- 2D graphics library +-- libjpeg <- JPEG image processor +-- libpngu <- Wii wrapper for libpng +-- libpng <- PNG image processor - +-- libz <- Zip (lossless) compsression (for PNG compression) + +-- libz <- Zip (lossless) compression (for PNG compression) Developing for the Wii @@ -106,7 +106,7 @@ libfat is supplied with devkitpro (Ie. preinstalled) available in the official release. If you can track down the original author, please tell him about these fixes. -Because of the way dependancies work, the libraries must be installed in reverse +Because of the way dependencies work, the libraries must be installed in reverse order. libz comes preinstalled with devkitPro, so we can move directly to libpng...