c++ - how to make a protobuf dependent lib avalaible in a non-protobuf environment? -
i have c++ project depending on protobuf, there's no guarantee users have protobuf installed on there own pc(protobuf not way of serialization) want use project lib. in case, dynamic linking protobuf while compiling project not choice(the project.so dynamically depending on libprotobuf.so) can do?
Comments
Post a Comment