doc: add gcc-multilib as linux package hint
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>
This commit is contained in:
parent
f54fe5ee31
commit
8f6f243422
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user