visual studio 2013 - can't compile php 5.5.13 with zlib (MVS) -
I have put zlib_a.lib on deps / lib and whenever I configure it back to me:
Checking forlibrary zlib_a.lib ... zlib.lib ...
Warning: zlib support can not be enabled, zlib is unavailable
What do I need for PHP compilation with Zlib? I am using Visual Studio 2013
I have placed zlib_a.lib under Diff / Live
I only
- with- additional- libs = deps \ lib - plus-additional-include = deps \ include
I put zlib_a.lib in deps \ lib and added to the deprecated I put zlib.h
Comments
Post a Comment