Changes

23 bytes added ,  13:12, 12 July 2017
Line 36: Line 36:  
=== Other deps ===
 
=== Other deps ===
 
* <code>pkg-config</code> to check on build library dependencies.
 
* <code>pkg-config</code> to check on build library dependencies.
* <code>libnl3</code> and <code>libnl3-devel</code> (RPM distros) or <code>libnl-3-dev</code> (DEB distros) for network operations.
   
* <code>python-ipaddr</code> is used by CRIT to pretty-print ip.
 
* <code>python-ipaddr</code> is used by CRIT to pretty-print ip.
* If <code>libbsd</code> available, CRIU will be compiled with setproctitle() support. It will allow to make process titles of service workers to be more verbose.
+
* If <code>libbsd</code> is available, CRIU will be compiled with setproctitle() support. It will allow to make process titles of service workers to be more verbose.
 
* The iproute2 tool version 3.5.0 or higher is needed for dumping network namespaces. The latest one can be cloned from [http://git.kernel.org/?p=linux/kernel/git/shemminger/iproute2.git;a=summary iproute2]. It should be compiled and a path to ip written in the environment variable <code>CR_IP_TOOL</code>.
 
* The iproute2 tool version 3.5.0 or higher is needed for dumping network namespaces. The latest one can be cloned from [http://git.kernel.org/?p=linux/kernel/git/shemminger/iproute2.git;a=summary iproute2]. It should be compiled and a path to ip written in the environment variable <code>CR_IP_TOOL</code>.
 
* <code>libcap-devel</code> (RPM) or <code>libcap-dev</code> (DEB)
 
* <code>libcap-devel</code> (RPM) or <code>libcap-dev</code> (DEB)
Line 50: Line 49:  
* Deb
 
* Deb
 
** <code>libnet1-dev</code>
 
** <code>libnet1-dev</code>
 +
* Ubuntu
 +
** <code>libnl-3-dev libnet-dev</code>
 +
 +
For APT use "--no-install-recommends" parameter is to avoid asciidoc pulling in a lot of dependencies.
    
== Linux Kernel ==
 
== Linux Kernel ==