Skip to content

Commit 27ec9fa

Browse files
aescolarnashif
authored andcommitted
doc: Linux installation: Add gcc and gcc_mulitlib for Ubuntu
In 0d811b9 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 <[email protected]>
1 parent 20e5c25 commit 27ec9fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/getting_started/installation_linux.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ On Ubuntu:
7474
7575
sudo apt-get install --no-install-recommends git cmake ninja-build gperf \
7676
ccache dfu-util device-tree-compiler wget \
77-
python3-pip python3-setuptools python3-wheel xz-utils file make
77+
python3-pip python3-setuptools python3-wheel xz-utils file make gcc \
78+
gcc-multilib
7879
7980
On Fedora:
8081

0 commit comments

Comments
 (0)