I just had a quick look at the documentation and the C++ source of the protocol buffers and I could not find any library requirements to build the protobuf runtime - either as shared library or static library.
Does anyone know what the requirements are?
(I am suspecting that it only relies on C++ and the STL)