From: Juho Vähä-Herttua Date: Mon, 29 Apr 2013 19:22:50 +0000 (+0300) Subject: Update README X-Git-Tag: upstream/0.9.0~4^2~18 X-Git-Url: https://git.piment-noir.org/?p=deb_shairplay.git;a=commitdiff_plain;h=89202f71d73717c439bd8741b5609980ad5a8c24 Update README --- 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