From 60b9347a00af0e1912906682b87bdcb284873c29 Mon Sep 17 00:00:00 2001 From: Till Zimmermann Date: Thu, 9 May 2019 11:59:02 +0200 Subject: Fixed Cover Bug, checking dependencies --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b0a64aa..548b991 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,10 @@ Debian, Ubuntu and Raspbian users can get the basics with: - `# apt-get install libssl-dev` if you want to use OpenSSL and libcrypto, or use mbed TLS otherwise. - `# apt-get install libmbedtls-dev` if you want to use mbed TLS, or use OpenSSL/libcrypto otherwise. You can still use PolarSSL with `apt-get install libpolarssl-dev` if you want to use PolarSSL, but it is deprecated as it's not longer being supported. - `# apt-get install libsoxr-dev` if you want support for libsoxr-based resampling. This library is in many recent distributions; if not, instructions for how to build it from source for Rasbpian/Debian Wheezy are available at [LIBSOXR.md](https://github.com/mikebrady/shairport-sync/blob/master/LIBSOXR.md). +- `# apt-get install libmosquitto-dev` if you want to use the mqtt client + +If you just want to have the default configuration options (systemd): +- `# apt-get install build-essential git xmltoman autoconf automake libtool libpopt-dev libconfig-dev libasound2-dev libpulse-dev avahi-daemon libavahi-client-dev libssl-dev libsoxr-dev` If you wish to include the Apple ALAC decoder, you need install it first – please refer to the [ALAC](https://github.com/mikebrady/alac) repository for more information. -- cgit v1.2.3