소스 검색

tell users about dependencies

Sorry about the last pull, just revoke it
psych0d0g 9 년 전
부모
커밋
4d9d1e799d
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      README.md

+ 3 - 0
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