I am unable to find clear instructions to install Google Protocol Buffers (including compiler) on Windows x64 platform.
I went through the instructions README file for c
Download protoc-2.5.0-win32.zip from
https://github.com/protocolbuffers/protobuf/releases/tag/v2.5.0
Then to install, simply place this binary somewhere in your PATH
I was build protobuf v2.4.1 on Windows 10 as follows:
#if defined(_WIN32) && !defined(min) #define min(a,b) __min(a,b) #define max(a,b) __max(a,b) #endif
Press build solution. All build succeed.(Tests projects not build without test framework)
INSTALL: