Difference between revisions of "Foomatic"
From CBLFS
Jump to navigationJump to searchLine 51: | Line 51: | ||
./configure --prefix=/usr --libdir=/usr/lib64 && | ./configure --prefix=/usr --libdir=/usr/lib64 && | ||
+ | sed -i 's:/lib:/lib64:g' Makefile | ||
make | make | ||
Revision as of 18:10, 5 February 2008
Download Source: | wget http://www.openprinting.org/download/foomatic/foomatic-filters-3.0-current.tar.gz |
---|
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 && sed -i 's:/lib:/lib64:g' Makefile make
Install the package
make install