diff --git a/doc/dev.md b/doc/dev.md index 4e49488422..f8a6f1ad4a 100644 --- a/doc/dev.md +++ b/doc/dev.md @@ -1,8 +1,9 @@ ## Requirements for Compilation -The Rust compiler `rustc`, `cargo` package manager, C compiler `gcc` and `libssl-dev`, `libsensors-dev` packages are required to build the binary. - -We also require Libdbus 1.6 or higher. On some older systems this may require installing `libdbus-1-dev`. +- `rustc`, `cargo` and `gcc` +- `libssl-dev` +- `libsensors-dev` +- `libpulse-dev` (required for `pulseaudio` driver of sound block, compile with `--no-default-features` to opt-out) Compilation is only tested with very recent stable versions of `rustc`. If you use a distro with older Rust packages, consider using [rustup](https://rustup.rs/) to install a newer toolchain.