summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTill Zimmermann <tillz@tillz.net>2019-05-09 11:59:02 +0200
committerTill Zimmermann <tillz@tillz.net>2019-05-09 11:59:02 +0200
commit60b9347a00af0e1912906682b87bdcb284873c29 (patch)
tree0b3bc55e27c427c234e8d6d5f4183ab4658982f8 /README.md
parentfd9948c5fa40a26d54e26c67ed8988c6c4cd1a79 (diff)
Fixed Cover Bug, checking dependencies
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
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.