X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=f104de7329d7bca8536e242a75934ca61b7c26d8;hb=8e6795779558d2828aef14078fefbcadd5323fa6;hp=66ec14004eb3ec93c48ecbf432771a25f598d60c;hpb=5d98fafe59a4b2795bc3507fa0ddf7f2511b9a9a;p=deb_shairplay.git diff --git a/README.md b/README.md index 66ec140..f104de7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,16 @@ all local laws are adhered to. Installation ------------ +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 libltdl-dev libao-dev libavahi-compat-libdnssd-dev +sudo apt-get install avahi-daemon +``` + +``` +./autogen.sh ./configure make sudo make install