doc: add gcc-multilib as linux package hint
authorHarry van Haaren <harry.van.haaren@intel.com>
Tue, 16 Feb 2016 13:40:03 +0000 (13:40 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sat, 5 Mar 2016 23:09:34 +0000 (00:09 +0100)
When compiling for i686 targets compilation could fail
if the 32bit libc6-dev package is not installed. The
gcc-multilib packages is a meta-package that will pull
in the necessary dependencies, making setup easier for
beginners.

Reported-by: Weichun Chen <weichunx.chen@intel.com>
Signed-off-by: Harry van Haaren <harry.van.haaren@intel.com>
Acked-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
doc/guides/linux_gsg/sys_reqs.rst

index a20a407..959709e 100644 (file)
@@ -66,8 +66,9 @@ Compilation of the DPDK
     default and affect performance (``-fstack-protector``, for example). Please refer to the documentation
     of your distribution and to ``gcc -dumpspecs``.
 
-*   libc headers (glibc-devel.i686 / libc6-dev-i386; glibc-devel.x86_64 for 64-bit compilation on Intel
-    architecture; glibc-devel.ppc64 for 64 bit IBM Power architecture;)
+*   libc headers, often packaged as ``gcc-multilib`` (``glibc-devel.i686`` / ``libc6-dev-i386``;
+    ``glibc-devel.x86_64`` / ``libc6-dev`` for 64-bit compilation on Intel architecture;
+    ``glibc-devel.ppc64`` for 64 bit IBM Power architecture;)
 
 *   Linux kernel headers or sources required to build kernel modules. (kernel - devel.x86_64;
     kernel - devel.ppc64)