libzip with Visual Studio 2010

前端 未结 7 2197
萌比男神i
萌比男神i 2020-12-02 19:39

Is there anyway documentation for compiling libzip for Visual Studio 2010? Everything I have seen from the libzip website and Google has returned no results.

7条回答
  •  一整个雨季
    2020-12-02 20:04

    In Visual Studio 2015, Win64:

    If building libzip failing with a message like this:

    Could NOT find ZLIB (missing: ZLIB_LIBRARY) (found version "1.2.8").
    

    All you have to do is copy the generated 'zlib.dll/zlibd.zll' and 'zlib.lib/zlibd.lib' to the top of the zlib directory (where the .h/.c files are).

提交回复
热议问题