README: missing dependencies added for Debian

This commit is contained in:
Hayashida Makoto
2024-12-25 21:46:34 +01:00
parent d24b104c99
commit 902dabd1d2

View File

@@ -61,12 +61,16 @@ The following dependencies are also required:
| Dependency | Debian-based | | Dependency | Debian-based |
|----------------|------------------| |----------------|------------------|
| git | git | | git | git |
| cmake | cmake |
| make | make | | make | make |
| gcc | gcc | | gcc | gcc |
| g++ | g++ |
| pkg-config | pkg-config | | pkg-config | pkg-config |
| alsa-lib | libasound2-dev | | alsa-lib | libasound2-dev |
| clang | libclang-dev |
| openssl | libssl-dev | | openssl | libssl-dev |
| sqlcipher | libsqlcipher-dev | | sqlcipher | libsqlcipher-dev |
| sqlite3 | libsqlite3-dev |
| wabt | wabt | | wabt | wabt |
Users of Debian-based systems (e.g. Ubuntu) can simply run the Users of Debian-based systems (e.g. Ubuntu) can simply run the
@@ -74,7 +78,7 @@ following to install the required dependencies:
```shell ```shell
# apt-get update # apt-get update
# apt-get install -y git make gcc pkg-config libasound2-dev libssl-dev libsqlcipher-dev wabt # apt-get install -y git cmake make gcc g++ pkg-config libasound2-dev libclang-dev libssl-dev libsqlcipher-dev libsqlite3-dev wabt
``` ```
Alternatively, users can try using the automated script under `contrib` Alternatively, users can try using the automated script under `contrib`