From c1e395ec909ec613be61457fc897bb6bcd16da7d Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 7 Feb 2018 21:30:59 -0600 Subject: [PATCH] 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 --- doc/getting_started/installation_linux.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/getting_started/installation_linux.rst b/doc/getting_started/installation_linux.rst index c1f091df524..8fb424d37a5 100644 --- a/doc/getting_started/installation_linux.rst +++ b/doc/getting_started/installation_linux.rst @@ -65,8 +65,7 @@ Install the required packages in a Fedora host system with: sudo dnf install git cmake ninja-build gperf ccache\ doxygen dfu-util dtc python3-pip \ python3-ply python3-yaml dfu-util dtc python3-pykwalify \ - glibc-devel.i686 libstdc++-devel.i686 autoconf automake libtool \ - gcc-c++.i686 + glibc-devel.i686 libstdc++-devel.i686 autoconf automake libtool Install additional packages required for development with Zephyr::