Line 34:
Line 34:
** <code>protobuf-devel</code>
** <code>protobuf-devel</code>
** <code>protobuf-python</code>
** <code>protobuf-python</code>
−
** <code>libnet-devel</code>
−
** <code>libnl3-devel</code>
* Debian package names
* Debian package names
** <code>build-essential</code>
** <code>build-essential</code>
Line 43:
Line 41:
** <code>protobuf-compiler</code>
** <code>protobuf-compiler</code>
** <code>python-protobuf</code>
** <code>python-protobuf</code>
−
** <code>libnet1-dev</code>
* Ubuntu
* 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.
** 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.
Line 59:
Line 56:
* If you would like to use <code>make test</code> you should install <code>libaio-devel</code> (RPM) or <code>libaio-dev</code> (DEB).
* If you would like to use <code>make test</code> you should install <code>libaio-devel</code> (RPM) or <code>libaio-dev</code> (DEB).
* For test launcher <code>zdtm.py</code> you need <code>PyYAML</code> (RPM) or <code>python-yaml</code> (DEB).
* For test launcher <code>zdtm.py</code> you need <code>PyYAML</code> (RPM) or <code>python-yaml</code> (DEB).
+
+
Libnetwork is needed too:
+
* RPM
+
** <code>libnet-devel</code>
+
** <code>libnl3-devel</code>
+
* Deb
+
** <code>libnet1-dev</code>
== Linux Kernel ==
== Linux Kernel ==