doc: gsg: add missing python3-dev dependency
Linux distro might not have a python3-dev package installed by default, which will give an error during Python dependencies installation. Closes #25128. Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@gmail.com>
This commit is contained in:
parent
8939847ea5
commit
02a5ca931d
2 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ Next, you'll install some host dependencies using your package manager.
|
|||
|
||||
sudo apt install --no-install-recommends git cmake ninja-build gperf \
|
||||
ccache dfu-util device-tree-compiler wget \
|
||||
python3-pip python3-setuptools python3-tk python3-wheel xz-utils file \
|
||||
python3-dev python3-pip python3-setuptools python3-tk python3-wheel xz-utils file \
|
||||
make gcc gcc-multilib g++-multilib libsdl2-dev
|
||||
|
||||
#. Verify the version of cmake installed on your system using::
|
||||
|
|
|
@ -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-pip python3-setuptools python3-tk python3-wheel xz-utils file \
|
||||
python3-dev python3-pip python3-setuptools python3-tk python3-wheel xz-utils file \
|
||||
make gcc gcc-multilib g++-multilib libsdl2-dev
|
||||
|
||||
.. group-tab:: Fedora
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue