Foomatic

From CBLFS
Revision as of 19:07, 5 February 2008 by Oppiz (talk | contribs) (New page: {| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | http://downloads.sourceforge.net/cups/cups-{{CUPS-Version}}-source.tar.bz2 |} ---- {{Package-...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://downloads.sourceforge.net/cups/cups-1.6.4-source.tar.bz2

Introduction to Foomatic

Foomatic is a database-driven system for integrating free software printer drivers with common spoolers under Unix.

Project Homepage: Unknown


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