doc: gsg: add libpython3.8-dev

not all distributions install python3.8 libraries as a part of the
python3 package. Specifying the python3.8 library solves this problem.

Signed-off-by: Zach Hudson <zhudson@phytec.com>
This commit is contained in:
Zach Hudson 2021-04-20 10:03:08 -07:00 committed by Kumar Gala
commit b747152cdb

View file

@ -78,7 +78,7 @@ need one.
sudo apt-get install --no-install-recommends git cmake ninja-build gperf \
ccache dfu-util device-tree-compiler wget \
python3-dev python3-pip python3-setuptools python3-tk python3-wheel xz-utils file \
python3-dev python3-pip python3-setuptools python3-tk python3-wheel xz-utils file libpython3.8-dev \
make gcc gcc-multilib g++-multilib libsdl2-dev
.. group-tab:: Fedora