kopia lustrzana https://gitlab.com/sane-project/backends
Added some info about the --enable-locking switch.
rodzic
d8c607e6b9
commit
c6413381ca
15
README
15
README
|
@ -106,9 +106,18 @@ configure options, there are the following SANE specific options:
|
||||||
details.
|
details.
|
||||||
|
|
||||||
--disable-translations
|
--disable-translations
|
||||||
Disable installation of translated backend options. If you get
|
Disable installation of translated backend options. If you get
|
||||||
errors in the po/ directory during build, use this option.
|
errors in the po/ directory during build, use this option.
|
||||||
See po/README for details.
|
See po/README for details.
|
||||||
|
|
||||||
|
--enable-locking
|
||||||
|
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.
|
||||||
|
|
||||||
In addition to these configuration options, there are some more SANE-specific
|
In addition to these configuration options, there are some more SANE-specific
|
||||||
options and many standard-options. To get a description of available options,
|
options and many standard-options. To get a description of available options,
|
||||||
|
|
Ładowanie…
Reference in New Issue