The cups-browsed daemon is used to browse the network for remote CUPS queues and IPP network printers and automatically create local queues pointing to them.
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/OpenPrinting/cups-browsed/releases/download/2.1.1/cups-browsed-2.1.1.tar.xz
MD5 校验和:293948973ebfc7ef4d5d8242d5733181
大小:412 KB
预计所需磁盘空间:5.3 MB
预计构建时间:小于 0.1 SBU(并行度=4)
Avahi-0.8, libcupsfilters-2.1.1 and libppd-2.1.1
Install cups-browsed by running the following commands:
./configure --prefix=/usr \
--with-cups-rundir=/run/cups \
--without-rcdir \
--disable-static \
--docdir=/usr/share/doc/cups-browsed-2.1.1 &&
make
This package does not come with a functional test suite.
Now, as the root user:
make install
Install the systemd unit by running the following command as the
root user:
install -v -m644 daemon/cups-browsed.service /lib/systemd/system/cups-browsed.service
--disable-static: This
switch prevents installation of static versions of the libraries.
--with-cups-rundir=/run/cups: Defines
the directory containing transient printing data. The default
/var/run/cups is obsolete.
--without-rcdir: This
switch disables installation of the bundled bootscript which is not
compatible with BLFS.