--------------------------------------------------------------------------------
 DJV 0.5.0
 
 Digital imaging software for movie playback, image processing, and monitor
 calibration.

 Contents:
 
 * Installation
 * Directory Layout
 * Known Issues / Bugs
 * Contact Information
 * Legal Notices

--------------------------------------------------------------------------------
 Installation
 
 Required Software:
 
 * FLTK 1.1.7, http://www.fltk.org
 * OpenGL 1.2, http://www.opengl.org
 
 Optional Software:
 
 * libtiff 3.6, http://www.libtiff.org
 * libjpeg 6b, http://www.ijg.org
 * libpng 1.2, http://www.libpng.org
 * OpenEXR 1.4, http://www.openexr.com

 Platforms:
 
 * FreeBSD 6.1, http://www.freebsd.org
 * IRIX 6.5.22, http://www.sgi.com
 * Solaris 10 6/06, http://www.sun.com
 * Fedora 4, http://www.fedora.redhat.com

 FreeBSD
 -------
 
 # pkg_add djv-0.5.0_freebsd-x86.tbz
 
 IRIX
 ----
 
 Unpack the tardist and start the IRIX software installer:
 
 # tar xvf djv-0.5.0_irix.tardist
 # inst
 
 Installation commands:
 
 inst-> from .
 inst-> go
 inst-> quit
 
 Solaris
 -------
 
 # gunzip djv-0.5.0_solaris-sparc.gz
 # pkgadd -d djv-0.5.0_solaris-sparc

 Fedora
 ------
 
 # rpm -iv djv-0.5.0-1.i386.rpm
 
 Source Code
 -----------
 
 Unpack the source code:
 
 > gzcat djv-0.5.0.tar.gz | tar xvf -
 > cd djv-0.5.0
 
 Review the file "config.mk" to set the platform and any build options.
 
 Start the compile:
 
 > make
 
 Install:
 
 > make install

--------------------------------------------------------------------------------
 Directory Layout
 
 Files:
 
 * LICENSE   - Software license.
 * config.mk - Build configuration.
 
 Sandbox directories:
 
 * lib/
 * plugin/
 * bin/
 * include/
 * doc/
 
 Source code directories:
 
 * src/
 * src/lib/
 * src/plugin/
 * src/bin/
 * src/doc/

 Other directories:
 
 * mk/   - Build files.
 * pkg/  - Software packaging.
 * test/ - Tests.

--------------------------------------------------------------------------------
 Known Issues / Bugs

--------------------------------------------------------------------------------
 Contact Information
 
 Website: http://djv.sourceforge.net
 Email: darbyjohnston@yahoo.com
 Mailing list: djv-users@lists.sourceforge.net

--------------------------------------------------------------------------------
 Legal Notices

 Copyright (c) 2004-2006 Darby Johnston.
 All rights reserved.

 See the file "LICENSE" for license terms.

 Trademarks:

 * Silicon Graphics, SGI, IRIX, and OpenGL are registered trademarks of Silicon
   Graphics, Inc.
 * FreeBSD is a registered trademark of The FreeBSD Foundation.
 * Sun, Sun Microsystems, and Solaris are registered trademarks of Sun
   Microsystems, Inc.
 * SuSE is a registered trademark of Novell, Inc.
 * Debian is a registered trademark of Software in the Public Interest, Inc.
 * Red Hat and Fedora are registered trademarks of Red Hat, Inc.
 * Industrial Light & Magic and ILM are registered trademarks of Lucasfilm Ltd.
 * Kodak is a registered trademark of the Eastman Kodak Company.
 * SMPTE is a registered trademark of the Society of Motion Picture and
   Television Engineers.
 * Linux is a registered trademark of Linus Torvalds.
 * UNIX is a registered trademark of The Open Group.
 * SourceForge.net is a registered trademark of VA Software Corporation. 
 * NVIDIA is a registered trademark of NVIDIA Corporation.
 * All other products named in the documentation are trademarks of their
   respective owners.

