![]() |
CAPS Universe documentation
1.0.4
All you need to know to be successful
|
The final component to make use of the CAPS universe are the printer drivers.
The corresponding:
A simple but useful configuration can be:
./configure --prefix=/usr make && make install
This configuration uses the defaults and will install all printer drivers to the system.
This package uses common configuration parameters like the other CAPS universe components:
Besides this parameters, there are package specific parameters:
By default, printer drivers for some Samsung printers are enabled. With the following parameter all drivers for this vendor can be disabled:
--disable-samsung
By default, the printer drivers for some Samsung QPDL/SPL2 laser printers are enabled.
Refer Samsung ML-Series of monochrome laser printers for supported printers.
With the following parameter, this group can be disabled:
--disable-qpdl
By default, the printer drivers for some Brother printers are enabled. With the following parameter all drivers for this vendor can be disabled:
--disable-brother
By default, the printer drivers for some Brother HL laser printers and QL label printers are enabled.
With the following parameters, these groups can be disabled individually.
Refer Brother HL-Series of monochrome laser printers and Brother QL-Series label printers for supported printers.
Disable the HL laser printer drivers:
--disable-hl
Disable the QL label printer drivers:
--disable-ql
For testing purposes testing instances can be built on demand. They can be used to test the driver's function without real hardware at hand.
--enable-tests
For development and testing purposes some tools can be built on demand.
--enable-tools