refactor(docs): sort host dependencies

PR: zmkfirmware/zmk#838
This commit is contained in:
innovaker 2021-06-14 21:15:57 +01:00
parent 576ce76ad3
commit edab72e9f8

View file

@ -48,24 +48,24 @@ With the latest package information, you can now install the base dependencies:
```sh ```sh
sudo apt install -y \ sudo apt install -y \
git \
wget \
autoconf \ autoconf \
automake \ automake \
build-essential \ build-essential \
bzip2 \ bzip2 \
ccache \ ccache \
cmake \
device-tree-compiler \ device-tree-compiler \
dfu-util \ dfu-util \
g++ \ g++ \
gcc \ gcc \
git \
libtool \ libtool \
make \ make \
ninja-build \ ninja-build \
cmake \
python3-dev \ python3-dev \
python3-pip \ python3-pip \
python3-setuptools \ python3-setuptools \
wget \
xz-utils xz-utils
``` ```
@ -90,24 +90,24 @@ With the latest package information, you can now install the base dependencies:
```sh ```sh
sudo apt install -y \ sudo apt install -y \
git \
wget \
autoconf \ autoconf \
automake \ automake \
build-essential \ build-essential \
bzip2 \ bzip2 \
ccache \ ccache \
cmake \
device-tree-compiler \ device-tree-compiler \
dfu-util \ dfu-util \
g++ \ g++ \
gcc \ gcc \
git \
libtool \ libtool \
make \ make \
ninja-build \ ninja-build \
cmake \
python3-dev \ python3-dev \
python3-pip \ python3-pip \
python3-setuptools \ python3-setuptools \
wget \
xz-utils xz-utils
``` ```
@ -131,23 +131,23 @@ With the latest package information, you can now install the base dependencies:
```sh ```sh
sudo dnf install -y \ sudo dnf install -y \
git \
wget \
autoconf \ autoconf \
automake \ automake \
bzip2 \ bzip2 \
ccache \ ccache \
dtc \ cmake \
dfu-util \ dfu-util \
dtc \
g++ \ g++ \
gcc \ gcc \
git \
libtool \ libtool \
make \ make \
ninja-build \ ninja-build \
cmake \
python3-devel \ python3-devel \
python3-pip \ python3-pip \
python3-setuptools \ python3-setuptools \
wget \
xz xz
``` ```