Open main menu
Home
Random
Log in
Settings
About CRIU
Disclaimers
CRIU
Search
Changes
← Older edit
Newer edit →
Installation
(edit)
Revision as of 09:23, 1 July 2016
391 bytes added
,
09:23, 1 July 2016
→Distribution Packages
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 ====
Ayourtch
1
edit