From 5867821ed71d60f4f50eba8380e3b0d7bc224c3b Mon Sep 17 00:00:00 2001 From: Julien BLACHE Date: Sun, 10 Jan 2010 11:27:19 +0100 Subject: [PATCH] Documentation update --- INSTALL | 10 ++++++++-- README | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 0fc8c85d..30ea3429 100644 --- a/INSTALL +++ b/INSTALL @@ -6,6 +6,9 @@ Required tools: (libantlr3c). Use at least version 3.1.x of ANTLR v3 and the matching 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 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 doesn't work, just create the wrapper somewhere in your PATH. -Libraries: - - glibc 2.9+ (for signalfd) +System-specific libraries: + - Linux: + + glibc 2.9+ (for signalfd) + +General libraries: - Avahi client libraries, 0.6.24 minimum - sqlite3 - ffmpeg diff --git a/README b/README index 06821dc5..f6572748 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ forked-daapd ------------ -forked-daapd is a DAAP and RSP media server for Linux. It is a complete -rewrite of mt-daapd (Firefly Media Server). +forked-daapd is a DAAP and RSP media server, with support for Linux and +FreeBSD. It is a complete rewrite of mt-daapd (Firefly Media Server). DAAP stands for Digital Audio Access Protocol, and is the protocol used by iTunes and friends to share/stream media libraries over the network.