How to use zlib library in visual studio 2017?

后端 未结 3 2266
野的像风
野的像风 2021-02-09 18:53

I want to use the zlib library in my c++ project. So, I have downloaded zlib library(zlib_1_2_8_msvc2015_64.zip). Then, I have created zlib fol

3条回答
  •  情深已故
    2021-02-09 19:02

    Its a simple fix copy all contents of msvc2015_64 directory into zlib directory and you are good to go.

提交回复
热议问题