X-Git-Url: https://git.piment-noir.org/?p=deb_shairplay.git;a=blobdiff_plain;f=README.md;fp=README.md;h=34f5cbee6d85850980564a8aa498237ddf37dc7b;hp=66ec14004eb3ec93c48ecbf432771a25f598d60c;hb=89202f71d73717c439bd8741b5609980ad5a8c24;hpb=bbb0ec366ab3089d79702e0b90c4afada29b7bc6 diff --git a/README.md b/README.md index 66ec140..34f5cbe 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,15 @@ 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 libao-dev libavahi-compat-libdnssd-dev +``` + +``` +./autogen.sh ./configure make sudo make install