This package is intended to provide a simple way for applications to take actions based on a system or user-specified paper size.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://github.com/rrthomas/libpaper/releases/download/v2.2.8/libpaper-2.2.8.tar.gz
MD5 校验和:6ec14207927c291631062338e148bf27
大小:1.3 MB
预计所需磁盘空间:12 MB(含测试)
预计构建时间:0.1 SBU(含测试)
Install libpaper by running the following commands:
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-static \
--docdir=/usr/share/doc/libpaper-2.2.8 &&
make
The test suite of this package does not work with a configuration using the standard installation location.
Now, as the root user:
make install
--disable-static: This
switch prevents installation of static versions of the libraries.
The paper size is automatically determined from the system
locale; see LC_PAPER in locale(7). If you
want to override it, create a papersize file in the user configuration
directory. For example:
mkdir -pv ~/.config && echo "a4" > ~/.config/papersize
If you want to override the paper size globally (for all users),
set up the PAPERSIZE environment
variable. For example:
echo "PAPERSIZE=a4" > /etc/profile.d/libpaper.sh
You may use a different paper size, such as letter.