We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d574a53 commit bf1f784Copy full SHA for bf1f784
toolchains/install_base.sh
@@ -6,8 +6,9 @@ set -e
6
sudo apt-get update
7
sudo apt-get install -y \
8
software-properties-common build-essential pkg-config gpg wget ca-certificates \
9
- git-lfs curl ninja-build ccache doxygen graphviz python-is-python3 python3-pip python3-build \
10
- avahi-daemon avahi-utils iproute2 iputils-ping net-tools iw iftop htop nvtop patch evtest
+ git-lfs curl ninja-build ccache doxygen graphviz python-is-python3 python3-pip \
+ python3-build python3-venv avahi-daemon avahi-utils iproute2 iputils-ping \
11
+ net-tools iw iftop htop nvtop patch evtest
12
13
# Install support libraries for 3D graphics and GUIs
14
0 commit comments