README

THE RAMPAGE IMAGE PROCESSING ARCHITECTURE
(c) 1997 Mayur Patel

***************************************************************************
QUICK START

"make" will build a debug version of the library into /rampage/lib/
"make release" will build an optimized version to /rampage/lib/

/rampage/examples/ has example code for how to use the architecture
in real applications.

/rampage/docs/ has various text files; you should read these before
you begin.


***************************************************************************
COPYING

This software is protected under the GNU LIBRARY GENERAL PUBLIC LICENSE v2,
dated June 1991.  You should have received a copy of this license with this
software.  For a copy of this license, contact: Free Software Foundation, Inc.
59 Temple Place - Suite 330, Boston, MA  02111-1307, USA

Notice that the GNU LIBRARY GENERAL PUBLIC LICENSE is not the same as the GNU
GENERAL PUBLIC LICENSE.  Some excerpts from the license follow, but these in
no way represent the full extent of the license.  Please read the license
carefully before you use this software.

	  You may compile or link a "work that uses the Library" with the
	  Library to produce a work containing portions of the Library, and
	  distribute that work under terms of your choice, provided that the
	  terms permit modification of the work for the customer's own use and
	  reverse engineering for debugging such modifications.
	  
	  You must give prominent notice with each copy of the work that the
	  Library is used in it and that the Library and its use are covered by
	  the GNU LIBRARY GENERAL PUBLIC LICENSE. You must supply a copy of
	  this License. If the work during execution displays copyright
	  notices, you must include the copyright notice for the Library among
	  them, as well as a reference directing the user to the copy of the
	  GNU LIBRARY GENERAL PUBLIC LICENSE.
	  
	  Each time you redistribute the Library (or any work based on the
	  Library), the recipient automatically receives a license from the
	  original licensor to copy, distribute, link with or modify the
	  Library subject to the terms and conditions of the GNU LIBRARY
	  GENERAL PUBLIC LICENSE.
	  
	  BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
	  FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. THE
	  ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH
	  YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
	  NECESSARY SERVICING, REPAIR OR CORRECTION.	 
