From: Juho Vähä-Herttua Date: Mon, 30 Dec 2013 09:28:16 +0000 (+0200) Subject: Update README X-Git-Tag: upstream/0.9.0~4^2~12 X-Git-Url: https://git.piment-noir.org/?p=deb_shairplay.git;a=commitdiff_plain;h=6e521c748263f4b1db6360d6b9d289e588abf46e Update README --- diff --git a/README.md b/README.md index 34f5cbe..f104de7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ First you need to install some dependencies, for example on Ubuntu you would write: ``` sudo apt-get install autoconf automake libtool -sudo apt-get install libao-dev libavahi-compat-libdnssd-dev +sudo apt-get install libltdl-dev libao-dev libavahi-compat-libdnssd-dev +sudo apt-get install avahi-daemon ``` ```