From 4d9d1e799d7eef65322439a8825489b1dde5c05c Mon Sep 17 00:00:00 2001 From: psych0d0g Date: Sat, 16 Jan 2016 01:21:27 +0100 Subject: [PATCH] tell users about dependencies Sorry about the last pull, just revoke it --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0e6c82e3..4ad2cd5c 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,9 @@ You will also need the protobuf compiler, and the Also required is an installation of [portaudio](http://portaudio.com/), which 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`. ```shell cargo build