libcupsfilters-2.2.1

Introduction to libcupsfilters

The libcupsfilters library contains filter functions for the data format conversion tasks needed in Printer Applications. It also contains several API functions for developing printer drivers/Printer Applications.

[Note]

Note

This version of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable version of the System V books.

Package Information

libcupsfilters Dependencies

Required

Cups-2.4.19, GLib-2.88.3, ghostscript-10.07.1, mupdf-1.26.12, Little CMS-2.19.1, pdfio-1.6.4, and Poppler-26.08.0

Recommended

Installation of libcupsfilters

Install libcupsfilters by running the following commands:

./configure --prefix=/usr    \
            --disable-static \
            --docdir=/usr/share/doc/libcupsfilters-2.2.1 &&
make

This package does not come with a working test suite.

Now, as the root user:

make install

Command Explanations

--disable-static: This switch prevents installation of static versions of the libraries.

Contents

Installed Programs: None
Installed Libraries: libcupsfilters.so
Installed Directories: /usr/include/cupsfilters, /usr/share/cups/{banners,charsets,data}, and /usr/share/doc/libcupsfilters-2.2.1

Short Descriptions

libcupsfilters.so

contains CUPS filters API functions