diff options
author | Iskar Enev <iskar.enev[@]gmail.com> | 2010-05-11 19:46:38 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 19:46:38 +0200 |
commit | 2a9cb8a2e13c3bf9c967781fd3ac6b601d807d53 (patch) | |
tree | 0c52c1461c51a312e64414da4cd118490ec198ed /system/splix/README | |
parent | b24c41627e2ccc5ca5954237cea8738f30d120f2 (diff) |
system/splix: Updated for version 1.1.1
Diffstat (limited to 'system/splix/README')
-rw-r--r-- | system/splix/README | 27 |
1 files changed, 22 insertions, 5 deletions
diff --git a/system/splix/README b/system/splix/README index b4deb26c54ac..5bdd9f945f55 100644 --- a/system/splix/README +++ b/system/splix/README @@ -1,6 +1,23 @@ -SpliX is a set of CUPS printer drivers for SPL(Samsung Printer Language) printers. -It covers several Samsung and Xerox printers. See ppd/*.ppd in the tarball -for supported models. Only SPL2 and SPLc printers are currently supported. -However work is in progress to implement support for SPL printers. +SpliX is a set of CUPS printer drivers for SPL (Samsung Printer Language) +printers. It covers several Samsung and Xerox printers. See ppd/*.ppd in +the tarball for supported models. Only SPL2 and SPLc printers are +currently supported; however, work is in progress to implement support +for other SPL printers. -Requirements: cupsddk (slackbuild available at slackbuilds.org) +This requires cupsddk and jbigkit, both of which are available at +SlackBuilds.org). + +IMPORTANT NOTICE: +If you are upgrading your current version, you MUST delete your printer +in the CUPS interface and install it again. This operation MUST be done +since CUPS caches a copy of the PPD file, so if the PPD changes from one +version of splix to the next, cups will still have the cached copy. + + +IMPORTANT NOTICE ABOUT THE JBIG ALGORITHM: +JBIG-KIT is an optional dependency for SpliX, but it seems that parts of this +algorithm was previously or is still patented. To disable the use of JBIG, add +NO_JBIG=1 when executing the build script: + NO_JBIG=1 ./splix.SlackBuild +Unfortunately, JBIG printers (such as the CLP-600) won't work with SpliX if +the JBIG algorithm is disabled. |