下载地址 http://www.zlib.net/
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=output
cmake --build . --config Release --parallel 64
cmake --install . --config Release
下载地址 http://www.zlib.net/
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=output
cmake --build . --config Release --parallel 64
cmake --install . --config Release