 This file gives a brief description on how to build and install CAPT driver
modules.

Introduction:
=============
  This package is the printer driver modules for Canon CAPT printers. These
 modules are used with CUPS (Common UNIX Printing System) and convert
 Postscript files into the printer readable form.

 This package consists of four modules:

* ccp module 
  This is a CUPS backend module for a named pipe. 

* captstatusui application
  This is a Graphical-User-Interface application for CAPT printers.

* pstocapt filter module
  This is a CUPS filter module to convert Postscript file into the CAPT
 printer readable form.

* PPD files
   PPD (PostScript Printer Description) files for CAPT printers.
 This package supports the following printers;
    LBP-1120
    LBP-1210
    LBP2900
    LBP3000
    LBP3200
    LBP3210
    LBP3600
    LBP3300
    LBP5000

Licensing:
==========
  This package consists of four modules as described above. These modules
 are subject to GNU General Public License (GPL) (see COPYING file).

  Note that licensing term may vary from file to file. Please consult
 each files for the exact licensing conditions.


Requirments:
============

<statusui>
    * aclocal	 (1.6.x)
    * automake	 (1.6.x)
    * Gtk+	     (1.2.x or above)
    * libcups    (1.1.17 or above)
    * libbuftool (1.00 or above)

Quick install:
==============
  To build and install CAPT modules, run make at the top-level
 directory of this pakage source trees as follows:

 $ make gen
 $ su
 # make install


Trademark:
==============
  "CUPS" is a trademark owned by Easy Software Products.

