Paste #227124

   
pasted on 15.10.2021 06:35
  • Edit to this paste
  • Print
  • Raw
  • The following pastes replied to this paste:  # 277680
  • Show paste tree
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
 This file gives a brief description on how to build and install
moduled needed by UFR2/LIPSLX driver.

Introduction:
=============
 This directory is the part of the printer driver modules for Canon
UFR2/LIPSLX printer. These modules are used with CUPS (Common UNIX Printing
System) and convert CUPS raster file into printer readable form.

 This directory consists of the four modules:

* libuictlufr2r.so shared library module
 This is a Print dialog module for Canon UFR2/LIPSLX Printer.

* libcnpkufr2r.a ibrary module
 This is a shared library module to load cpca library.

* pdftocpca
 This is a CUPS filter module to convert a PDF file into the UFR2/LIPSLX
printer readable form.

* PPD files
 PPD (PostScript Printer Description) files for UFR2/LIPSLX printers.
This package supports the following printers;
 (see README-lipslx-x.xx.html or README-ufr2-x.xx.html file)

Licensing:
==========
 This directory consists of four modules as mentioned above.
"libuictlufr2r.so", "pdftocpca" and "PPD files" are subject to 
GNU General Public License (GPL) (see COPYING file), and another 
module is subject to MIT License.

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

Requirement:
============
    * aclocal		(1.4.x or above)
    * automake		(1.4.x or above)
    * libcups		(1.1.17 or above)    
    * Gtk+   	    (2.4.x or above)
    * libxml2   	(2.6.x or above)
    * libglade2 	(2.4.x or above)
	* libbuftool	(1.00 or above)

Quick Install:
==============
 To build and install UFR2/LIPSLX modules, run make at the top-level
directory of this package source tree as follows:

$ ./allgen.sh
$ su
# make install

Trademark:
==========
 CUPS and the CUPS logo are trademarks of Apple Inc.
Add Comment
Author