zlib_win32_howto.txt 327 B

12345678910111213
  1. Rules for building ZLIB
  2. -----------------------
  3. The zlib project requires the following files:
  4. php_build\zlib\include\zlib.h
  5. php_build\zlib\include\zconf.h
  6. php_build\zlib\lib\zlibstat.lib
  7. php_build is a directory at the same level as php7.
  8. Start Visual Studio, load php_modules.dsw, select the ZLIB projects, and build
  9. it.