OS: Microsoft Windows 10 Pro

When running 

```
 C:\Path\to\protobuf\cmake\build>mkdir release & cd release
 C:\Path\to\protobuf\cmake\build\release>cmake -G "NMake Makefiles" ^
 -DCMAKE_BUILD_TYPE=Release ^
 -DCMAKE_INSTALL_PREFIX=../../../../install ^
 ../..
```

in `protobuf-3.17.3\cmake\build\release>` via the MSVC Developer Command 
Prompt the following error is outputted: 

`Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)`

I am running this inside the unzipped "protobuf-cpp-3.17.3.tar.gz"  file. 

I am following the instructions at protobuf/README.md at master ยท 
protocolbuffers/protobuf (github.com) 
<https://github.com/protocolbuffers/protobuf/blob/master/cmake/README.md>  
under the subheading "CMake Configuration".

I am following them from top to bottom, so I haven't built the solution 
file ` *protobuf.sln* ` yet.

Does anyone know of any solutions for this problem? 

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/protobuf/f30a34e3-c531-4ed3-8364-c5de81134bfen%40googlegroups.com.

Reply via email to