Changes

Jump to navigation Jump to search
26 bytes added ,  15:38, 10 October 2014
Line 15: Line 15:     
=== Compiler and C Library ===
 
=== Compiler and C Library ===
For native compilation on Debian based systems, install the <code>build-essential</code> package. 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. On a modern Debian based x86_64 you will need to install the <code>lib32stdc++6</code> package.
+
For native compilation on Debian based systems, install the <code>build-essential</code> package. 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. On a modern Debian based x86_64 you will need to install the <code>lib32stdc++6</code> and <code>lib32z1</code> packages.
    
  mkdir -p deps/`uname -m`-linux-gnu
 
  mkdir -p deps/`uname -m`-linux-gnu
50

edits

Navigation menu