Line 62:
Line 62:
** <code>protobuf-compiler</code>
** <code>protobuf-compiler</code>
** <code>python-protobuf</code>
** <code>python-protobuf</code>
+
* Ubuntu
+
** The below will get your freshly installed Ubuntu host ready to compile criu. "--no-install-recommends" parameter is to avoid asciidoc pulling in a lot of dependencies.
+
** sudo apt-get install --no-install-recommends git build-essential libprotobuf-dev libprotobuf-c0-dev protobuf-c-compiler protobuf-compiler python-protobuf libnl-3-dev libpth-dev pkg-config libcap-dev asciidoc
==== Building Protocol Buffers From Source ====
==== Building Protocol Buffers From Source ====