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

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -