Update system library dependency list.

This commit is contained in:
parazyd
2023-08-29 12:41:30 +02:00
parent 8f46f7b777
commit e2956a1451
2 changed files with 10 additions and 8 deletions

View File

@@ -54,13 +54,15 @@ The following dependencies are also required:
| gcc | gcc |
| pkg-config | pkg-config |
| alsa-lib | libasound2-dev |
| openssl | libssl-dev |
| sqlcipher | libsqlcipher-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 gcc pkg-config libasound2-dev
# apt-get install -y git make gcc pkg-config libasound2-dev libssl-dev libsqlcipher-dev
```
Alternatively, users can try using the automated script under `contrib`