Adjust INSTALL info for Debian
This commit is contained in:
parent
d5c6f1f72f
commit
065bec6eee
13
INSTALL
13
INSTALL
|
@ -13,8 +13,8 @@ The original (now unmaintained) source can be found here:
|
|||
<http://git.debian.org/?p=users/jblache/forked-daapd.git>
|
||||
|
||||
|
||||
Quick version for Debian users
|
||||
------------------------------
|
||||
Quick version for Debian/Ubuntu users
|
||||
-------------------------------------
|
||||
|
||||
If you are the lucky kind, this should get you all the required tools and
|
||||
libraries:
|
||||
|
@ -23,15 +23,18 @@ sudo apt-get install \
|
|||
build-essential git autotools-dev autoconf libtool gettext gawk gperf \
|
||||
antlr3 libantlr3c-dev libconfuse-dev libunistring-dev libsqlite3-dev \
|
||||
libavcodec-dev libavformat-dev libswscale-dev libavutil-dev libasound2-dev \
|
||||
libmxml-dev libgcrypt11-dev libavahi-client-dev libavl-dev libevent1-dev \
|
||||
libflac-dev
|
||||
libmxml-dev libgcrypt11-dev libavahi-client-dev libavl-dev zlib1g-dev \
|
||||
libevent1-dev
|
||||
|
||||
Note that libevent1-dev is not in the Debian repository, but you can get the
|
||||
packages in the Ubuntu repository.
|
||||
|
||||
Then run the following:
|
||||
|
||||
git clone https://github.com/ejurgensen/forked-daapd.git
|
||||
cd forked-daapd
|
||||
autoreconf -i
|
||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-flac
|
||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||||
make
|
||||
sudo make install
|
||||
|
||||
|
|
Loading…
Reference in New Issue