summaryrefslogtreecommitdiffstats
path: root/system/pixma/README
diff options
context:
space:
mode:
author Christoph Willing2019-03-13 17:18:43 +0100
committer Willy Sudiarto Raharjo2019-03-16 00:53:24 +0100
commit04d6bd90beea253c7b9c9495c7095d4593f12f9e (patch)
treebb99108ada2b3823108476f06b2d98770b4d4964 /system/pixma/README
parentfb6af3b81666a81eab4ef3e363d4af4843cd2e9d (diff)
downloadslackbuilds-04d6bd90beea253c7b9c9495c7095d4593f12f9e.tar.gz
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/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/system/pixma/README b/system/pixma/README
new file mode 100644
index 0000000000..ca242db0f9
--- /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