Browse Source

[docs] Add bzip to deps

xmkb
crd 4 years ago
parent
commit
0c255aee84
  1. 3
      docs/docs/dev-setup.md

3
docs/docs/dev-setup.md

@ -52,6 +52,7 @@ sudo apt install -y \ @@ -52,6 +52,7 @@ sudo apt install -y \
autoconf \
automake \
build-essential \
bzip2 \
ccache \
device-tree-compiler \
dfu-util \
@ -91,6 +92,7 @@ sudo apt install -y \ @@ -91,6 +92,7 @@ sudo apt install -y \
autoconf \
automake \
build-essential \
bzip2 \
ccache \
device-tree-compiler \
dfu-util \
@ -130,6 +132,7 @@ sudo dnf install -y \ @@ -130,6 +132,7 @@ sudo dnf install -y \
wget \
autoconf \
automake \
bzip2 \
ccache \
dtc \
dfu-util \

Loading…
Cancel
Save