diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2021-02-16 18:24:46 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2021-02-16 18:24:46 +0100 |
commit | ecaaf250cb33ff61f37a7b441f2337584a655350 (patch) | |
tree | 4303648095deff998ae20c2393b56db527742ac9 /README | |
parent | 5793a221e112fa49073de0137d6bfa750a61b0a1 (diff) | |
parent | 351b7328520c16730ceb46e5acae16038c42185e (diff) |
Update upstream source from tag 'upstream/1.0.32'
Update to upstream version '1.0.32'
with Debian dir 2c1111c59d9d68bcbf479a4a4de7697fe2de127f
Diffstat (limited to 'README')
-rw-r--r-- | README | 21 |
1 files changed, 17 insertions, 4 deletions
@@ -29,6 +29,17 @@ make install man sane +Pre-built binaries: +=================== + +In addition to versions included in releases, some platforms have more current versions available. + +Ubuntu PPA https://launchpad.net/~sane-project/+archive/ubuntu/sane-release + +sudo add-apt-repository ppa:sane-project/sane-release +sudo apt update +apt install libsane libsane-common sane-utils + Prerequisites ============= @@ -134,10 +145,12 @@ configure options, there are the following SANE specific options: Means, that some backends will use a lockfile for allowing multiple access to one scanner. This is useful, i.e. one frontend is scanning the button status and another one will scan. The path to the lock - files is define by --localstatedir at the configure step and is - $localstatedir/lock/sane. The default group is uucp and can be - changed by using --with-group=newgroup. If you do not want any - backend to use a lockfile, simply use --disable-locking. + files is defined by --localstatedir at the configure step and is + $localstatedir/lock. The default group is uucp and can be changed + by using --with-group=newgroup. If you do not want any backend to + use a lockfile, simply use --disable-locking. + Note: The Plustek backend is currently the only backend that makes + use of this feature. To limit the backends that are compiled, set the variable BACKENDS to the list of backends to compile. The following will limit compiling |