X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=6b7b617871cdab08b43420973a6bb35127fdb6ac;hb=193138f39adc47108e4091753ea6db8d15ae289a;hp=34f5cbee6d85850980564a8aa498237ddf37dc7b;hpb=89202f71d73717c439bd8741b5609980ad5a8c24;p=deb_shairplay.git diff --git a/README.md b/README.md index 34f5cbe..6b7b617 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 ``` ``` @@ -52,6 +53,10 @@ Start the server with ```shairplay```, if you are connected to a Wi-Fi the server should show as an AirPort Express on your iOS devices and Mac OS X computers in the same network. +Notice that you need to have the airport.key file in your working directory when +starting the shairplay service. It is not included in the binary for possible +legal reasons. + Related software ----------------