Skip to content

Commit

Permalink
dev.md: mention libpulse
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxVerevkin committed Dec 3, 2022
1 parent bda0763 commit a8e41aa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/dev.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit a8e41aa

Please sign in to comment.