Browse Source

Merge pull request #121 from cdarwin/crd/120/bzip-dep

[docs] Add bzip to deps
xmkb
Pete Johanson 4 years ago committed by GitHub
parent
commit
6225bcd73d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      docs/docs/dev-setup.md

3
docs/docs/dev-setup.md

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

Loading…
Cancel
Save