Skip to content

Commit

Permalink
readme: add apt dependencies command
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed Jul 9, 2023
1 parent 079e9a5 commit e4133f5
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
Expand Up @@ -239,7 +239,30 @@ SkiffOS, please **[open an issue].**

[![Support Server](https://img.shields.io/discord/803825858599059487.svg?label=Discord&logo=Discord&colorB=7289da&style=for-the-badge)](https://discord.gg/EKVkdVmvwT)

[Buildroot dependencies] must be installed as a prerequisite.
[Buildroot dependencies] must be installed as a prerequisite, assuming apt:

```
sudo apt-get install -y \
which \
sed \
make \
binutils \
build-essential \
diffutils \
bash \
patch \
gzip \
bzip2 \
perl \
tar \
cpio \
unzip \
rsync \
file \
bc \
findutils \
wget
```

[Buildroot dependencies]: https://buildroot.org/downloads/manual/manual.html#requirement-mandatory

Expand Down

0 comments on commit e4133f5

Please sign in to comment.