paps is a text to PostScript converter that works through Pango. Its input is a UTF-8 encoded text file and it outputs vectorized PostScript. It may be used for printing any complex script supported by Pango.
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.
Download (HTTP): https://github.com/dov/paps/releases/download/v0.8.0/paps-0.8.0.tar.gz
Download MD5 sum: 6bd661b8fd224adc3343a91e6521a4f2
Download size: 220 KB
Estimated disk space required: 4.0 MB
Estimated build time: less than 0.1 SBU
First fix problems with glib-2.81.0 and fmt-12.1.0 or later:
sed -i -r 's/g_utf8_(next|offset)/(char*) &/' src/paps.cc && patch -Np1 -i ../paps-0.8.0-fmt_fix-1.patch
Install paps by running the following commands:
./configure --prefix=/usr \
--disable-Werror \
--mandir=/usr/share/man &&
make
This package does not come with a test suite.
Now, as the root user:
make install