From 41b27867a9f8aa7012bb5d20aa17a309f29c31a4 Mon Sep 17 00:00:00 2001 From: janwas Date: Tue, 18 May 2004 01:18:32 +0000 Subject: [PATCH] the previous was an older readme.txt; updated. This was SVN commit r241. --- source/workspaces/required libraries.txt | 43 ++++++++++++++++++------ 1 file changed, 33 insertions(+), 10 deletions(-) diff --git a/source/workspaces/required libraries.txt b/source/workspaces/required libraries.txt index 490814dbbd..65268987d5 100755 --- a/source/workspaces/required libraries.txt +++ b/source/workspaces/required libraries.txt @@ -1,12 +1,35 @@ -- glext.h: - download from http://oss.sgi.com/projects/ogl-sample/ABI/glext.h ; - put it in GL subdir of compiler's include dir +The codepit with all required files is accessed via SCP: +host = wildfiregames.com +port = 22 +user = code +pass = ae3934hjf -- ZLib: - download from http://www.stud.uni-karlsruhe.de/~urkt/zlib.zip ; - put the DLL in binaries\, put header and lib into compiler dirs - Note: this is version 1.1.4.8751 +$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). +$GL := directory containing OpenGL headers. + VC6: $install\GL; + VC7: $install\PlatformSDK\Include\GL. +$binaries := directory containing system\ and data\ . -- Xerces: - download Xerces binary from http://xml.apache.org/xerces-c/download.cgi ; - put the DLL in binaries\, put include\ contents into compiler include dir \ No newline at end of file + +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). + +- libpng (v1.2.4) + download libpng.zip; extract headers 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 . \ No newline at end of file