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