mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
16 lines
330 B
Plaintext
16 lines
330 B
Plaintext
Rules for building ZLIB
|
|
-----------------------
|
|
|
|
The zlib project requires the folowing files:
|
|
|
|
php_build\zlib\include\zlib.h
|
|
php_build\zlib\include\zconf.h
|
|
php_build\zlib\lib\zlibstat.lib
|
|
|
|
php_build is a directory at the same level as php5.
|
|
|
|
Start Visual Studio, load php_modules.dsw, select the ZLIB projects, and build
|
|
it.
|
|
|
|
|
|
|