How to build the libraries

This commit is contained in:
Jens Hemprich 2006-08-09 19:03:31 +00:00
parent 4360e7d439
commit 9292dd543b
1 changed files with 10 additions and 3 deletions

View File

@ -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.