X-Git-Url: https://git.piment-noir.org/?p=deb_shairplay.git;a=blobdiff_plain;f=README.md;fp=README.md;h=f104de7329d7bca8536e242a75934ca61b7c26d8;hp=34f5cbee6d85850980564a8aa498237ddf37dc7b;hb=6e521c748263f4b1db6360d6b9d289e588abf46e;hpb=cee45b78694de3e35090c7496af6e2a7e867f517 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 ``` ```