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 - Unusual behaviour when drawing lots of images onto a large canvas -

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

javascript - Chart.js - setting tooltip z-index -