parent
576ce76ad3
commit
edab72e9f8
1 changed files with 10 additions and 10 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue