README - 2006-09-28
-------------------

This file describes RasterView, a CUPS raster file viewing
application. This program is provided under the terms of the GNU
General Public License.

More information can be found at:

    http://www.easysw.com/~mike/rasterview/


REQUIREMENTS

You'll need CUPS 1.2 or higher installed to use RasterView.  If
you plan on (re)compiling it, you'll also need FLTK 1.1.x
(http://www.fltk.org/) and a C++ compiler.


HOW TO COMPILE

Run the following commands:

    ./configure
    make


HOW TO USE

The program is called "rasterview" on UNIX/Linux and
"RasterView.app" on MacOS X.  Run the program and then open a
raster file, or pass the filename on the command-line.  You can
view multiple files simultaneously.

The "test" subdirectory includes a script for generating raster
data using the standard RIP filters.  Run the following command
for help:

    tools/maketestfiles.sh help


CHANGES IN V1.2.1 - 2006-09-28

	- Changed the default scheme to gtk+, which is available
	  in FLTK 1.1.8 and higher.
	- Added a --enable-static configure option to use the
	  static CUPS libraries.


CHANGES IN V1.2 - 2006-05-13

	- First public release.


LEGAL STUFF

RasterView is Copyright 2002-2006 by Michael R Sweet.

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.
