Difference between revisions of "Foomatic"

From CBLFS
Jump to navigationJump to search
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| style="text-align: left; background-color: AliceBlue;"
+
Foomatic is a database-driven system for integrating free software printer drivers with common spoolers under Unix. It supports CUPS, LPRng, LPD, GNUlpr, Solaris LP, PPR, PDQ, CPS, and direct printing with every free software printer driver known to us and every printer known to work with these drivers.[http://www.linuxfoundation.org/en/OpenPrinting/Database/Foomatic]
|-valign="top"
 
!Download Source:
 
| wget http://www.openprinting.org/download/foomatic/foomatic-filters-3.0-current.tar.gz
 
|}
 
  
----
+
* [[foomatic-filters]]
 +
* [[foomatic-db-engine]]
 +
* [[foomatic-db]]
 +
* [[foomatic-db-hpijs]]
 +
* [[foomatic-filters-ppds]]
  
{{Package-Introduction|Foomatic is a database-driven system for integrating free software printer drivers with common spoolers under Unix.}}
+
[[Category:Printing]]
 
 
 
 
== Non-Multilib ==
 
 
 
Compile the package:
 
 
 
./configure --prefix=/usr &&
 
make
 
 
 
Install the package
 
 
 
make install
 
 
 
== Multilib ==
 
 
 
=== 32Bit ===
 
 
 
Compile the package:
 
 
 
./configure --prefix=/usr
 
   
 
make
 
 
 
Install the package
 
 
 
make install
 
 
 
=== N32 ===
 
 
 
Compile the package:
 
 
 
./configure --prefix=/usr --libdir=/usr/lib32 &&
 
make
 
 
 
Install the package
 
 
 
make install
 
 
 
=== 64Bit ===
 
 
 
Compile the package:
 
 
 
./configure --prefix=/usr --libdir=/usr/lib64 &&
 
make
 
 
 
Install the package
 
 
 
make install
 

Latest revision as of 15:29, 19 March 2009

Foomatic is a database-driven system for integrating free software printer drivers with common spoolers under Unix. It supports CUPS, LPRng, LPD, GNUlpr, Solaris LP, PPR, PDQ, CPS, and direct printing with every free software printer driver known to us and every printer known to work with these drivers.[1]