From 114d07c347c19c8aecb7f2a3af61870214e67ac8 Mon Sep 17 00:00:00 2001 From: janwas Date: Tue, 18 May 2004 00:42:29 +0000 Subject: [PATCH] the old "readme.txt" from the workspace dirs, which are now automatically generated This was SVN commit r240. --- source/workspaces/required libraries.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 source/workspaces/required libraries.txt diff --git a/source/workspaces/required libraries.txt b/source/workspaces/required libraries.txt new file mode 100755 index 0000000000..490814dbbd --- /dev/null +++ b/source/workspaces/required libraries.txt @@ -0,0 +1,12 @@ +- glext.h: + download from http://oss.sgi.com/projects/ogl-sample/ABI/glext.h ; + put it in GL subdir of compiler's include dir + +- 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 + +- 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