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:
parent
41c10d4f66
commit
b747152cdb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue