Line 54:
Line 54:
** <code>protobuf-devel</code>
** <code>protobuf-devel</code>
** <code>protobuf-python</code>
** <code>protobuf-python</code>
+
** <code>libnet</code>
* Debian package names
* Debian package names
** <code>build-essential</code>
** <code>build-essential</code>
Line 61:
Line 62:
** <code>protobuf-compiler</code>
** <code>protobuf-compiler</code>
** <code>python-protobuf</code>
** <code>python-protobuf</code>
+
** <code>libnet</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.
−
** 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
+
** 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 libnet
==== Building Protocol Buffers From Source ====
==== Building Protocol Buffers From Source ====