Compiling CRIU - nova-dev-team/nova GitHub Wiki
Tested setup
Hardware: Dell Optiplex 7040 Micro
OS: Fedora Workstation 23
Kernel: Linux-4.4.7 x86_64
Get code base
cd ~; git clone https://github.com/xemul/criu
Install dependencies
sudo dnf install gcc
sudo dnf install protobuf protobuf-c protobuf-c-devel protobuf-compiler protobuf-devel protobuf-python libnl3-devel
sudo dnf install libcap-devel
Compile to local directory
# make
cd criu; make