1MiniDLNA project
2(c) 2009 Justin Maggard
3Portions (c) 2006-2007 Thomas Bernard
4webpage: http://sourceforge.net/projects/minidlna/
5
6This directory contains the MiniDLNA daemon software.
7This software is subject to the conditions detailed in
8the LICENCE file provided with this distribution.
9
10Parts of the software including the discovery code are
11licensed under the BSD revised license which is detailed
12in the LICENSE.miniupnpd file provided with the distribution.
13More information on MiniUPnPd can be found at http://miniupnp.free.fr.
14
15
16The MiniDLNA daemon is an UPnP-A/V and DLNA service which
17serves multimedia content to compatible clients on the network.
18See http://www.upnp.org/ for more details on UPnP
19and http://www.dlna.org/ for mode details on DLNA.
20
21See the INSTALL file for instructions on compiling, installing,
22and configuring minidlna.
23
24Prerequisites
25==================
26
27- libexif
28- libjpeg
29- libid3tag
30- libFLAC
31- libvorbis
32- libsqlite3
33- libavformat (the ffmpeg libraries)
34
35
36Justin Maggard
37