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] to be built. The <code>protoc</code> tool is required at build time and <code>libprotobuf-c.so</code> is required at build and run time, assuming dynamic linking. [[CRIT]] also uses python language bindings of Google Protocol Buffers and requires <code>descriptor.proto</code> from developer files that could be found in <code>protobuf-devel</code> package.
+
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> is required at build and run time. [[CRIT]] also uses python language bindings for protocol buffers and requires the <code>descriptor.proto</code> file from devel set that can be typically found in the <code>protobuf-devel</code> package.
==== Distribution Packages ====
==== Distribution Packages ====
−
The easiest approach for most would be to install distribution packages.
+
The easiest way is to install distribution packages.