2,246
edits
Changes
added docker build info
sudo LD_LIBRARY_PATH=`pwd`/../`uname -m`-linux-gnu/lib ./criu check
cd ../..
=== Compilation in Docker container ===
There's a <code>docker-build</code> target in Makefile which builds CRIU in Ubuntu Docker container. Just run
make docker-build
and that's it.
=== Cross Compilation for ARMv7 ===