To build a sixty four bit version of Cap'n proto for windows visual
studio, I built Zlib with nmake -f Makefile.msc in the sixty four bit
tools environment, and then invoked CMake with
CMake -G "Visual Studio 15 2017 Win64"
-DZLIB_LIBRARY:FILEPATH="E:\src\zlib-1.2.11\zlib.lib"
-DZLIB_INCLUDE_DIR:PATH="E:\src\zlib-1.2.11"
The win64 was necessary, and the Zlib header and ZLib library paths were
necessary. I suppose this is obvious in retrospect, but it needs at
least a hint in the documentation.
--
You received this message because you are subscribed to the Google Groups "Cap'n
Proto" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to capnproto+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/capnproto.