The Gutenprint (formerly Gimp-Print) package contains high quality drivers for many brands and models of printers for use with GPL Ghostscript-9.04, Cups-1.5.0, Foomatic, LPRng-3.8.B, lpr and the GIMP-2.0. See a list of supported printers at http://gutenprint.sourceforge.net/p_Supported_Printers.php.
Download (HTTP): http://downloads.sourceforge.net/gimp-print/gutenprint-5.2.5.tar.bz2
Download MD5 sum: 10a0a9fac081d8116ec5ed47fbc1591c
Download size: 5.2 MB
Estimated disk space required: 110 MB
Estimated build time: 1.0 SBU
Cups-1.5.0, Foomatic, IJS, GIMP-2.6.11, and gtk+-2.24.8
ImageMagick-6.7.3-10, TeX Live-20110705, Doxygen-1.7.5, and DocBook-utils-0.6.14
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gutenprint
Install Gutenprint by running the following commands:
sed -i 's|$(PACKAGE)/doc|doc/$(PACKAGE)-$(VERSION)|' \ {,doc/,doc/developer/}Makefile.in && ./configure --prefix=/usr && make
To test the results, issue: make check. This will take a very, very long time (310+ SBUs).
Now, as the root
user:
make install && install -v -m755 -d /usr/share/doc/gutenprint-5.2.5/api/gutenprint{,ui2} && install -v -m644 doc/gutenprint/html/* \ /usr/share/doc/gutenprint-5.2.5/api/gutenprint && install -v -m644 doc/gutenprintui2/html/* \ /usr/share/doc/gutenprint-5.2.5/api/gutenprintui2
sed -i '...'
...Makefile.in: This command is used so that the
package documentation is installed in the conventional /usr/share/doc
directory structure instead of
/usr/share/gutenprint/doc
.
--with-translated-ppds=no
: When this
parameter is given, only US English PPD files for CUPS will be built. Useful if the PPD files
are not yet translated into your native language and you want to
save some space by not installing unneeded translations.
For CUPS to see newly installed
print drivers, it has to be restarted (as the root
user):
/etc/rc.d/init.d/cups restart
Then point your web browser to http://localhost:631/ to add a new printer to CUPS.
Last updated on 2011-12-05 22:58:00 +0000