From 160759bcb6e59eb4277fa3d4d3f3908927c5b010 Mon Sep 17 00:00:00 2001 From: spacy51 Date: Sat, 26 Jul 2008 11:43:28 +0000 Subject: [PATCH] ADDED info about precompiled zlib & libpng --- doc/DevInfo.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/DevInfo.txt b/doc/DevInfo.txt index d30c8a39..169dcdfc 100644 --- a/doc/DevInfo.txt +++ b/doc/DevInfo.txt @@ -27,6 +27,11 @@ OpenGL files: http://www.opengl.org/registry/ zlib: http://zlib.net/ libpng: http://libpng.org/pub/png/libpng.html +You can find pre-built versions of zlib & libpng at: +http://vba-m.ngemu.com/vbam/vbasources/libs/ +Just extract them somewhere and point Visual C++ 2008 to the include & lib folders. +They are built with the static C runtime (this is what the releases use). + #################################