doc: don't install 32-bit libraries
No longer necessary since the host tools compile natively now. Change-Id: Ibe6f66fa79498678bddc25f69f799555d181ea7f Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
3316e4c6fc
commit
3275d8a24a
1 changed files with 2 additions and 4 deletions
|
@ -46,16 +46,14 @@ Install the required packages in a Ubuntu host system with:
|
|||
|
||||
.. code-block:: console
|
||||
|
||||
$ sudo apt-get install git make gcc gcc-multilib g++ libc6-dev-i386 \
|
||||
g++-multilib python3-ply
|
||||
$ sudo apt-get install git make gcc g++ python3-ply
|
||||
|
||||
Install the required packages in a Fedora host system with:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ sudo dnf group install "Development Tools"
|
||||
$ sudo dnf install git make gcc glib-devel.i686 glib2-devel.i686 \
|
||||
glibc-static libstdc++-static glibc-devel.i686 python3-ply
|
||||
$ sudo dnf install git make gcc glibc-static libstdc++-static python3-ply
|
||||
|
||||
.. _zephyr_sdk:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue