The Gutenprint (formerly Gimp-Print) package contains high quality drivers for many brands and models of printers for use with ESP Ghostscript-8.15.4, CUPS-1.2.12, Foomatic, LPRng-3.8.28, lpr and the GIMP-2.0. See a list of supported printers at http://gutenprint.sourceforge.net/p_Supported_Printers.php3.
Download (HTTP): http://downloads.sourceforge.net/gimp-print/gutenprint-5.0.1.tar.bz2
Download MD5 sum: 4ec66d57c1014b503d6bea16b1c31d81
Download size: 4.8 MB
Estimated disk space required: 49 MB
Estimated build time: 0.9 SBU
CUPS-1.2.12, Foomatic, IJS, GIMP-2.2.17, GTK+-1.2.10, and GTK+-2.10.13
ImageMagick-6.3.5-10, teTeX-3.0, Doxygen-1.5.2, 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{,/developer}/Makefile.in && ./configure --prefix=/usr && make
To test the results, issue make check. This could take a very long time (100+ SBUs).
Now, as the root
user:
make install && install -v -m755 -d /usr/share/doc/gutenprint-5.0.1/api/gutenprint{,ui2} && install -v -m644 doc/gutenprint/html/* \ /usr/share/doc/gutenprint-5.0.1/api/gutenprint && install -v -m644 doc/gutenprintui2/html/* \ /usr/share/doc/gutenprint-5.0.1/api/gutenprintui2
sed -i '...'
doc{,/developer}/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
PPD files, it has to be restarted (as the root
user):
/etc/rc.d/init.d/cups restart
This command may take a long time (up to 10 minutes) to complete. Don't panic while CUPS is rescanning the list of PPD files. The long delay will happen only once.
Then point your web browser to http://localhost:631/ to add a new printer to CUPS.
Last updated on 2007-08-09 06:36:59 -0500