mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-03 09:56:00 -05:00
Documentation update
This commit is contained in:
parent
5b5e142c22
commit
5867821ed7
10
INSTALL
10
INSTALL
@ -6,6 +6,9 @@ Required tools:
|
|||||||
(libantlr3c). Use at least version 3.1.x of ANTLR v3 and the matching
|
(libantlr3c). Use at least version 3.1.x of ANTLR v3 and the matching
|
||||||
C runtime version. Version 3.1.3 is recommended.
|
C runtime version. Version 3.1.3 is recommended.
|
||||||
|
|
||||||
|
- Java runtime: ANTLR is written in Java and as such a JRE is required to
|
||||||
|
run the tool. The JRE is enough, you don't need a full JDK.
|
||||||
|
|
||||||
- autotools: autoconf 2.63+, automake 1.10+, libtool 2.2. Run autoreconf -i
|
- autotools: autoconf 2.63+, automake 1.10+, libtool 2.2. Run autoreconf -i
|
||||||
at the top of the source tree to generate the build system.
|
at the top of the source tree to generate the build system.
|
||||||
|
|
||||||
@ -16,8 +19,11 @@ invoke ANTLR. If it doesn't exist, it'll try to invoke ANTLR directly with
|
|||||||
'java org.antlr.Tool'; make sure your CLASSPATH is set properly, and if it
|
'java org.antlr.Tool'; make sure your CLASSPATH is set properly, and if it
|
||||||
doesn't work, just create the wrapper somewhere in your PATH.
|
doesn't work, just create the wrapper somewhere in your PATH.
|
||||||
|
|
||||||
Libraries:
|
System-specific libraries:
|
||||||
- glibc 2.9+ (for signalfd)
|
- Linux:
|
||||||
|
+ glibc 2.9+ (for signalfd)
|
||||||
|
|
||||||
|
General libraries:
|
||||||
- Avahi client libraries, 0.6.24 minimum
|
- Avahi client libraries, 0.6.24 minimum
|
||||||
- sqlite3
|
- sqlite3
|
||||||
- ffmpeg
|
- ffmpeg
|
||||||
|
4
README
4
README
@ -1,8 +1,8 @@
|
|||||||
forked-daapd
|
forked-daapd
|
||||||
------------
|
------------
|
||||||
|
|
||||||
forked-daapd is a DAAP and RSP media server for Linux. It is a complete
|
forked-daapd is a DAAP and RSP media server, with support for Linux and
|
||||||
rewrite of mt-daapd (Firefly Media Server).
|
FreeBSD. It is a complete rewrite of mt-daapd (Firefly Media Server).
|
||||||
|
|
||||||
DAAP stands for Digital Audio Access Protocol, and is the protocol used
|
DAAP stands for Digital Audio Access Protocol, and is the protocol used
|
||||||
by iTunes and friends to share/stream media libraries over the network.
|
by iTunes and friends to share/stream media libraries over the network.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user