mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-30 17:23:44 -04:00
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>
|
<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
|
If you are the lucky kind, this should get you all the required tools and
|
||||||
libraries:
|
libraries:
|
||||||
@ -23,15 +23,18 @@ sudo apt-get install \
|
|||||||
build-essential git autotools-dev autoconf libtool gettext gawk gperf \
|
build-essential git autotools-dev autoconf libtool gettext gawk gperf \
|
||||||
antlr3 libantlr3c-dev libconfuse-dev libunistring-dev libsqlite3-dev \
|
antlr3 libantlr3c-dev libconfuse-dev libunistring-dev libsqlite3-dev \
|
||||||
libavcodec-dev libavformat-dev libswscale-dev libavutil-dev libasound2-dev \
|
libavcodec-dev libavformat-dev libswscale-dev libavutil-dev libasound2-dev \
|
||||||
libmxml-dev libgcrypt11-dev libavahi-client-dev libavl-dev libevent1-dev \
|
libmxml-dev libgcrypt11-dev libavahi-client-dev libavl-dev zlib1g-dev \
|
||||||
libflac-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:
|
Then run the following:
|
||||||
|
|
||||||
git clone https://github.com/ejurgensen/forked-daapd.git
|
git clone https://github.com/ejurgensen/forked-daapd.git
|
||||||
cd forked-daapd
|
cd forked-daapd
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-flac
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user