From 04d6bd90beea253c7b9c9495c7095d4593f12f9e Mon Sep 17 00:00:00 2001 From: Christoph Willing Date: Wed, 13 Mar 2019 23:18:43 +0700 Subject: system/pixma: Added (Canon PIXMA printer driver). Signed-off-by: Willy Sudiarto Raharjo --- system/pixma/README | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 system/pixma/README (limited to 'system/pixma/README') 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 -- cgit v1.2.3