Copyright (C) 2003 W. Michael Petullo <mike@flyn.org>

dmapd is A server that provides DAAP (i.e., iTunes) and DPAP (e.g., iPhoto) shares

= OVERVIEW =================================================================
	
The dmapd project provides a GObject-based, Open Source implementation 
of DMAP, DAAP (iTunes sharing) and DPAP (iPhoto sharing).

= BUILDING =================================================================

To build, cross your fingers and try...

 1. ./configure
 2. make
 3. make install

Read the ``INSTALL'' file for generic detailed information on installing
this program.
	
= NASTY DETAILS ============================================================
	
Currently, dmapd may be run from the command line with one argument, 
the directory to serve photographs from. This directory will be 
searched for photographs and each subdirectory will be searched recursively.

The first time you share your photographs with dmapd, the server 
must generate thumbnail images for them. This takes time to process. 
Once complete, dmapd will cache its work so that the next time you 
run the server it will initialize more quickly.

