Changes

138 bytes removed ,  13:28, 12 July 2017
Line 21: Line 21:  
=== Protocol Buffers ===
 
=== Protocol Buffers ===
   −
CRIU uses the [https://developers.google.com/protocol-buffers/ Google Protocol Buffers] to read and write [[images]] and thus requires [https://github.com/protobuf-c/protobuf-c C language bindings]. The <code>protoc</code> tool is required at build time and the <code>libprotobuf-c.so</code> shared object is required at build and run time. [[CRIT]] also uses python language bindings for protocol buffers and requires the <code>descriptor.proto</code> file typically provided by a distribution's protobuf development package.
+
CRIU uses the [https://developers.google.com/protocol-buffers/ Google Protocol Buffers] to read and write [[images]]. The <code>protoc</code> tool is used at build time and CRIU is linked with the <code>libprotobuf-c.so</code>. Also [[CRIT]] uses python Python
 +
bindings and the <code>descriptor.proto</code> file which typically provided by a distribution's protobuf development package.
    
; RPM packages
 
; RPM packages