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

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -