1
0
forked from 0ad/0ad

upgrade to new libpng and zlib (see announcements thread)

This was SVN commit r269.
This commit is contained in:
janwas 2004-05-26 19:20:30 +00:00
parent ece29bb59d
commit d2e343741b

View File

@ -6,12 +6,12 @@ pass = ae3934hjf
$install := directory where the compiler is installed.
$lib := directory where the compiler looks for lib files;
typically = $install\lib .
$include := the same for header files (= $install\include).
typically = $install/lib .
$include := the same for header files (= $install/include).
$GL := directory containing OpenGL headers.
VC6: $install\GL;
VC7: $install\PlatformSDK\Include\GL.
$binaries := directory containing system\ and data\ .
VC6: $install/GL;
VC7: $install/PlatformSDK/Include/GL.
$binaries := directory containing system/ and data/ .
TODO:
@ -19,17 +19,17 @@ TODO:
- OpenGL extensions:
download glext.h and put it in $GL .
- ZLib (v1.1.4.8751)
download zlib.zip; extract headers into $include,
lib files into $lib, and DLLs into $binaries.
If you get an error 'zlib.dll not found', rename zlib-1.dll to zlib.dll
in directory $binaries (cause of the error is unclear ATM).
- ZLib (v1.2.1)
download zlib121.zip.
extract contents of include/ into $include,
.lib files into $lib, and .DLLs into $binaries.
- libpng (v1.2.4)
download libpng.zip; extract headers into $include,
lib files into $lib, and DLLs into $binaries.
- libpng (v1.0.15)
download libpng10.zip.
extract contents of include/ into $include,
.lib files into $lib, and .DLLs into $binaries.
- Xerces: [required if compiling GUI]
download xerces-c_2_3_0-win32.zip .
put xerces-c_2.lib in $lib, and xerces-c_2_3_0.dll in $binaries;
copy xerces-c_2_3_0-win32\include\* into $include .
download xerces-c_2_5_0-windows_nt-msvc_60.zip.
extract contents of include/ into $include,
.lib files into $lib, and .DLLs into $binaries.