mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Merge pull request #39 from psych0d0g/patch-2
tell users about dependencies
This commit is contained in:
commit
213c8d36ca
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ You will also need the protobuf compiler, and the
|
||||||
Also required is an installation of [portaudio](http://portaudio.com/), which
|
Also required is an installation of [portaudio](http://portaudio.com/), which
|
||||||
can be installed via `brew install portaudio` for an OS X machine.
|
can be installed via `brew install portaudio` for an OS X machine.
|
||||||
|
|
||||||
|
On debian / ubuntu the following dependencies need to be installed:
|
||||||
|
`libavahi-compat-libdnssd-dev`, `portaudio19-dev`, `libprotoc-dev`, `libprotobuf-dev`
|
||||||
|
|
||||||
Once you've cloned this repository you can build *librespot* using `cargo`.
|
Once you've cloned this repository you can build *librespot* using `cargo`.
|
||||||
```shell
|
```shell
|
||||||
cargo build
|
cargo build
|
||||||
|
|
Loading…
Reference in a new issue