Changes

Jump to navigation Jump to search
41 bytes added ,  09:32, 25 March 2015
Line 19: Line 19:  
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> sets.
 
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> sets.
   −
==== Debian ====
+
Some additional steps are required if you're using Debian.
    
* For native compilation on Debian based systems, install the <code>build-essential</code> package.
 
* For native compilation on Debian based systems, install the <code>build-essential</code> package.
 
* On a modern Debian based x86_64 you will need to install the <code>lib32stdc++6</code> and <code>lib32z1</code> packages.
 
* On a modern Debian based x86_64 you will need to install the <code>lib32stdc++6</code> and <code>lib32z1</code> packages.
* For cross compiling for ARM and AArch64, the Linaro prebuilt toolchains are a good choice. Installing them is described below. They are ia32 architecture binaries.
+
 
 +
For cross compiling for ARM and AArch64, the Linaro prebuilt toolchains are a good choice. Installing them is described below. They are ia32 architecture binaries.
    
  mkdir -p deps/`uname -m`-linux-gnu
 
  mkdir -p deps/`uname -m`-linux-gnu

Navigation menu