drk: Replace "play" with "rodio".

Fun police go away.

This removes the deps on pkgconfig and libmpg123, and should ease the
build process for non GNU/Linux operating systems.
This commit is contained in:
parazyd
2023-06-06 14:01:27 +02:00
parent 39be99644c
commit 88865e2663
14 changed files with 407 additions and 129 deletions

View File

@@ -47,15 +47,13 @@ The following dependencies are also required:
| make | make |
| jq | jq |
| gcc | gcc |
| pkg-config | pkg-config |
| libmpg123 | libmpg123-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 pkg-config libmpg123-dev
# apt-get install -y git make jq gcc
```
Alternatively, users can try using the automated script under `contrib`