Add some missing deps for fun

This commit is contained in:
parazyd
2023-06-06 18:11:04 +02:00
parent 08e92dbde3
commit 5116377b00
2 changed files with 8 additions and 6 deletions

View File

@@ -47,13 +47,15 @@ The following dependencies are also required:
| make | make |
| jq | jq |
| gcc | gcc |
| pkg-config | pkg-config |
| alsa-lib | libasound2-dev |
Users of Debian-based systems (e.g. Ubuntu) can simply run the
following to install the required dependencies:
```shell
# apt-get update
# apt-get install -y git make jq gcc
# apt-get install -y git make jq gcc pkg-config libasound2-dev
```
Alternatively, users can try using the automated script under `contrib`