Google Protocol Buffers library support module

25 Feb
2011
25 Feb
'11
4:49 a.m.
Hello All, I just developed a google protocol buffers library support module for boost build, and I am making this contribution available to everyone under the Boost License. The usage is pretty simple. add the following line in your user-config,jam using pb : /usr/local ; # assuming google protocol buffers is installed in /usr/local and in your Jamfile. import pb ; exe myapp : myapp.cpp messages.proto /pb//protobuflib ; This is the first version, and it doesn't support auto-detection. Enjoy, Rodrigo Pinho Pereira de Souza
5290
Age (days ago)
5290
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rodrigo Souza