First, you'll need all of the required packages in order to create
and burn a dvd:

ImageMagick
Sox
dvdauthor
netPBM
lame [optional]
oggdec [optional]
mkisofs
dvdrtools [to actually burn dvds]

In order to install the dvd-slideshow package, you can copy the executables
into a bin directory in your path.  Man pages are provided in man/ and there
are also some documents in the doc/ directory.

OR

You can execute (as root):
sh install.sh

This will simply do the following:

###################################
#!/bin/bash

## install some files and such:

# copy documentation:
cp man/dvd-slideshow.1 /usr/local/man/man1/.
cp man/dvd-menu.1 /usr/local/man/man1/.

# copy executables:
cp dvd-slideshow /usr/local/bin/.
cp dvd-menu /usr/local/bin/.
cp gallery2slideshow /usr/local/bin/.
cp jigl2slideshow /usr/local/bin/.
####################################

Please let me know if you have any recommendations or if you are having
problems.

-scott
