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.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
Download (HTTP): https://github.com/OpenPrinting/cups-browsed/releases/download/2.0.0/cups-browsed-2.0.0.tar.xz
Download MD5 sum: 1f8dc0c5a08d8a410df0713c5adbaee9
Download size: 416 KB
Estimated disk space required: 6.3 MB
Estimated build time: less than 0.1 SBU (Using parallelism=4)
Avahi-0.8, libcupsfilters-2.0.0 and libppd-2.0.0
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.0.0 && make
This package does not come with a functional test suite.
Now, as the root
user:
make install
--disable-static
:
このスイッチはスタティックライブラリをインストールしないようにします。
--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.