How to build zlib dll in windows
Posted zjbfvfv
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了How to build zlib dll in windows相关的知识,希望对你有一定的参考价值。
The zlib v1.1.2.11 provides a make file to build the dll in windows platform. in my vs 2019, I follow below steps to build it.
1. go to the VS2019 install start-up folder in windows menu
2. run Developer Command Prompt for VS 2019
3. in the command prompt window, cd to your zlib folder
4. run command to build zlib: nmake -f win32/Makefile.msc
以上是关于How to build zlib dll in windows的主要内容,如果未能解决你的问题,请参考以下文章
How to configration Jreble for hybris in eclipse
How to configure CDB in Qt Creator(使用VC调试器)