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

Introduction:
=============
  This directory is the common printer driver modules for Canon printers.
 This directory consists of five modules (Differs depending on the driver):

* cngplp application
  This is a command to print files with Graphical-User-Interface.

* buftool library module
  This is a library to access the byte-order independent buffer.

* cnjbig library module
  This is a stub library which communicates with libjbig.

* rasterfilter filter module
  This is a CUPS filter module to convert a CUPS raster file into the 
  UFR2/LIPSLX/UFR2 LT/CARPS2 printer readable form.

* cnusb backend modules
  This is a backend filter which delay the opening of the Universal Serial Bus port.

Licensing:
==========
  This directory consists of five modules as described above. 
 "cngplp", "cnjbig", "rasterfilter" and "cnusb" are subject to 
 GNU General Public License (GPL) (see COPYING file), and another
 modules is subject to MIT License.

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

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

    * aclocal	(1.4.x or above)
    * automake	(1.4.x or above)
    * Gtk+      (2.4.x or above)
    * libcups   (1.1.17 or above)
    * libxml2   (2.6.x or above)
    * libglade2 (2.4.x or above)


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

 $ ./allgen.sh
 $ su
 # make install

