refactor(docs): synchronize host dependencies with Zephyr documentation
See: https://docs.zephyrproject.org/2.4.0/getting_started/index.html See: https://docs.zephyrproject.org/2.4.0/getting_started/installation_linux.html#installation-linux PR: zmkfirmware/zmk#838
This commit is contained in:
parent
edab72e9f8
commit
b3b1bbd5bf
1 changed files with 23 additions and 21 deletions
|
@ -48,23 +48,24 @@ With the latest package information, you can now install the base dependencies:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo apt install -y \
|
sudo apt install -y \
|
||||||
autoconf \
|
|
||||||
automake \
|
|
||||||
build-essential \
|
|
||||||
bzip2 \
|
|
||||||
ccache \
|
ccache \
|
||||||
cmake \
|
cmake \
|
||||||
device-tree-compiler \
|
device-tree-compiler \
|
||||||
dfu-util \
|
dfu-util \
|
||||||
g++ \
|
file \
|
||||||
|
g++-multilib \
|
||||||
gcc \
|
gcc \
|
||||||
|
gcc-multilib \
|
||||||
git \
|
git \
|
||||||
libtool \
|
gperf \
|
||||||
|
libsdl2-dev \
|
||||||
make \
|
make \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
|
python3-tk \
|
||||||
|
python3-wheel \
|
||||||
wget \
|
wget \
|
||||||
xz-utils
|
xz-utils
|
||||||
```
|
```
|
||||||
|
@ -90,23 +91,24 @@ With the latest package information, you can now install the base dependencies:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo apt install -y \
|
sudo apt install -y \
|
||||||
autoconf \
|
|
||||||
automake \
|
|
||||||
build-essential \
|
|
||||||
bzip2 \
|
|
||||||
ccache \
|
ccache \
|
||||||
cmake \
|
cmake \
|
||||||
device-tree-compiler \
|
device-tree-compiler \
|
||||||
dfu-util \
|
dfu-util \
|
||||||
g++ \
|
file \
|
||||||
|
g++-multilib \
|
||||||
gcc \
|
gcc \
|
||||||
|
gcc-multilib \
|
||||||
git \
|
git \
|
||||||
libtool \
|
gperf \
|
||||||
|
libsdl2-dev \
|
||||||
make \
|
make \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
|
python3-tk \
|
||||||
|
python3-wheel \
|
||||||
wget \
|
wget \
|
||||||
xz-utils
|
xz-utils
|
||||||
```
|
```
|
||||||
|
@ -130,23 +132,23 @@ sudo dnf update
|
||||||
With the latest package information, you can now install the base dependencies:
|
With the latest package information, you can now install the base dependencies:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
sudo dnf group install -y \
|
||||||
|
"Development Tools" \
|
||||||
|
"C Development Tools and Libraries"
|
||||||
sudo dnf install -y \
|
sudo dnf install -y \
|
||||||
autoconf \
|
SDL2-devel \
|
||||||
automake \
|
|
||||||
bzip2 \
|
|
||||||
ccache \
|
ccache \
|
||||||
cmake \
|
cmake \
|
||||||
dfu-util \
|
dfu-util \
|
||||||
dtc \
|
dtc \
|
||||||
g++ \
|
file \
|
||||||
gcc \
|
|
||||||
git \
|
git \
|
||||||
libtool \
|
glibc-devel.i686 \
|
||||||
make \
|
gperf \
|
||||||
|
libstdc++-devel.i686 \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
python3-devel \
|
|
||||||
python3-pip \
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-tkinter \
|
||||||
wget \
|
wget \
|
||||||
xz
|
xz
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue