From 89202f71d73717c439bd8741b5609980ad5a8c24 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Juho=20V=C3=A4h=C3=A4-Herttua?= Date: Mon, 29 Apr 2013 22:22:50 +0300 Subject: [PATCH] Update README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.34.1