From 9292dd543b5fd3149a71cf586aaa2ced5da3aa9f Mon Sep 17 00:00:00 2001 From: Jens Hemprich <31758696+jenshemprich@users.noreply.github.com> Date: Wed, 9 Aug 2006 19:03:31 +0000 Subject: [PATCH] How to build the libraries --- MacGLide Textures Plug-In/Readme_Build.txt | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/MacGLide Textures Plug-In/Readme_Build.txt b/MacGLide Textures Plug-In/Readme_Build.txt index f87fdea..b418b1d 100644 --- a/MacGLide Textures Plug-In/Readme_Build.txt +++ b/MacGLide Textures Plug-In/Readme_Build.txt @@ -1,9 +1,16 @@ Put the src for the following archives in the "Libraries"-directory: DevIL >= 1.6.7 -zlib >= 1.2.3 jpeg-6b lpng > 1.2.8 tiff -> 3.7.4 -Unzip them all and remvove the version number from the dir name. Then -move the files into the each correspondig "*-src" directory (created by Subversion). +zlib >= 1.2.3 +libzip >= 0.61 + +Unzip them all and remvove the version number from the dir name. Then move the files into the each correspondig "*-src" directory (created by Subversion). + +If you upgrade a component, you should remove the old content of the corresponding *_src directory. + +The Library directory also contains header files for some projects. These are copies of the original source file but changed to allow compilation in CW for OS9 without changing the original sources (or convince the authors to add support for CW). + +These headers are then injected into the project via precompiled headers.