innovaker 2021-06-14 21:25:29 +01:00
parent edab72e9f8
commit b3b1bbd5bf

View file

@ -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
``` ```