diff options
author | Christoph Willing <chris.willing@linux.com> | 2019-03-13 23:18:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-16 06:53:24 +0700 |
commit | 04d6bd90beea253c7b9c9495c7095d4593f12f9e (patch) | |
tree | bb99108ada2b3823108476f06b2d98770b4d4964 /system/pixma/README | |
parent | fb6af3b81666a81eab4ef3e363d4af4843cd2e9d (diff) |
system/pixma: Added (Canon PIXMA printer driver).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 000000000000..ca242db0f921 --- /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 |