Changes

Jump to navigation Jump to search
27 bytes removed ,  07:32, 18 October 2012
→‎Tools installation: protobuf links simplified
Line 11: Line 11:  
Before building, make sure you have C bindings for Google's Protocol Buffers installed. In rpm-based world this is <code>protobuf-c-devel</code> package.
 
Before building, make sure you have C bindings for Google's Protocol Buffers installed. In rpm-based world this is <code>protobuf-c-devel</code> package.
 
If for some reason there is no appropriate package for your system available, just install Google's Protocol Buffer from the
 
If for some reason there is no appropriate package for your system available, just install Google's Protocol Buffer from the
source tarball. The protocol buffer library can be found here [http://code.google.com/p/protobuf/ protobuf] while
+
source tarball. The protocol buffer library can be found at http://code.google.com/p/protobuf/, while
protocol buffer C binding can be found here [http://code.google.com/p/protobuf-c/ protobuf-c].
+
protocol buffer C binding can be found at http://code.google.com/p/protobuf-c/.
    
Then run <code>make</code> in the sources root.
 
Then run <code>make</code> in the sources root.

Navigation menu