Changes

Jump to navigation Jump to search
161 bytes added ,  16:33, 18 April 2016
Line 20: Line 20:     
CRIU is mostly written in C and the build system is based on Makefiles. Thus just install standard <code>gcc</code> and <code>make</code> packages (on Debian, <code>[https://packages.debian.org/build-essential build-essential]</code> will pull in both at once).
 
CRIU is mostly written in C and the build system is based on Makefiles. Thus just install standard <code>gcc</code> and <code>make</code> packages (on Debian, <code>[https://packages.debian.org/build-essential build-essential]</code> will pull in both at once).
 +
 +
For building on x86 you will need <code>libc6-dev-i386</code> and <code>gcc-multilib</code> instead of <code>gcc</code> which isn't compiled with i386 support.
    
If you are cross compiling for ARM, use distribution packages or download prebuilt toolchains from Linaro.
 
If you are cross compiling for ARM, use distribution packages or download prebuilt toolchains from Linaro.
105

edits

Navigation menu