diff options
Diffstat (limited to 'system/pixma/README')
-rw-r--r-- | system/pixma/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/system/pixma/README b/system/pixma/README new file mode 100644 index 0000000000000..ca242db0f9216 --- /dev/null +++ b/system/pixma/README @@ -0,0 +1,24 @@ +Driver & PPD files for Canon PIXMA printers. + +By default, this SlackBuild supports all the following Canon PIXMA printer +families: + cnijfilter-mg2500-429 + cnijfilter-mg2400-428 + cnijfilter-mg3500-427 + cnijfilter-mg5500-426 + cnijfilter-mg6400-425 + cnijfilter-mg6500-424 + cnijfilter-mg7100-423 + cnijfilter-p200-430 + +Support for only certain printers may be built by specifying one/some of the +listed printer families in the MODELS environment variable. + +For example to support only the MG2522 printer, run: + MODELS="cnijfilter-mg2500-429" sh pixma.SlackBuild + +To support both the MG2522 and MG7164 printers, run: + MODELS="cnijfilter-mg2500-429 cnijfilter-mg7100-423" sh pixma.SlackBuild + +To support all available printers, don't specify any MODELS; just run: + sh pixma.SlackBuild |