The Simple-scan package contains a modern document scanning application. It captures images using SANE, and supports the latest color management and graphics standards.
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://download.gnome.org/sources/simple-scan/50/simple-scan-50.0.tar.xz
MD5 校验和:fa447328d9e91e5624be2511f626ce06
大小:1.2 MB
预计所需磁盘空间:19 MB
预计构建时间:0.1 SBU
colord-1.4.8, itstool-2.0.7, libgusb-0.4.9, libadwaita-1.9.2, libwebp-1.6.0, and SANE-1.4.0
Install Simple-scan by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
This package does not come with a test suite.
Now, as the root user:
ninja install
--buildtype=release:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.