Skip to content

Commit c1e395e

Browse files
nashifAnas Nashif
authored andcommitted
doc: we do not need gcc-c++.i686 on fedora
This package is not needed for building on fedora and currently causes dependency issue with the fedora package manager, so remove it. Fixes #6013 Signed-off-by: Anas Nashif <[email protected]>
1 parent 228bf05 commit c1e395e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/getting_started/installation_linux.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ Install the required packages in a Fedora host system with:
6565
sudo dnf install git cmake ninja-build gperf ccache\
6666
doxygen dfu-util dtc python3-pip \
6767
python3-ply python3-yaml dfu-util dtc python3-pykwalify \
68-
glibc-devel.i686 libstdc++-devel.i686 autoconf automake libtool \
69-
gcc-c++.i686
68+
glibc-devel.i686 libstdc++-devel.i686 autoconf automake libtool
7069
7170
Install additional packages required for development with Zephyr::
7271

0 commit comments

Comments
 (0)