doc: Linux installation: Add gcc and gcc_mulitlib for Ubuntu

In 0d811b9aee the gcc-mulitlib package
was removed from the Ubuntu list of packages to install.
Seems this may be creating some confusion for some developers (see
comments in #10243)
Let's add it back.

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
This commit is contained in:
Alberto Escolar Piedras 2018-10-30 11:57:34 +01:00 committed by Anas Nashif
parent 20e5c257f8
commit 27ec9fa7f2

View file

@ -74,7 +74,8 @@ On Ubuntu:
sudo apt-get install --no-install-recommends git cmake ninja-build gperf \
ccache dfu-util device-tree-compiler wget \
python3-pip python3-setuptools python3-wheel xz-utils file make
python3-pip python3-setuptools python3-wheel xz-utils file make gcc \
gcc-multilib
On Fedora: