kopia lustrzana https://gitlab.com/sane-project/backends
Mention in addition to the listed libraries, their header files are also
neccessary. A missing usb.h is a common problem when building SANE (--> no USB support).merge-requests/1/head
rodzic
21f94b0264
commit
c3a9d77397
|
@ -1,3 +1,9 @@
|
||||||
|
2005-09-23 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||||
|
|
||||||
|
* README: Mention in addition to the listed libraries, their
|
||||||
|
header files are also neccessary. A missing usb.h is a common
|
||||||
|
problem when building SANE (--> no USB support).
|
||||||
|
|
||||||
2005-09-22 Mattias Ellert <mattias.ellert@tsl.uu.se>
|
2005-09-22 Mattias Ellert <mattias.ellert@tsl.uu.se>
|
||||||
|
|
||||||
* backend/hp4200.c backend/umax.c backend/umax1220u.c
|
* backend/hp4200.c backend/umax.c backend/umax1220u.c
|
||||||
|
|
6
README
6
README
|
@ -40,7 +40,11 @@ In order to build SANE, the following tools and libraries are required:
|
||||||
but any ANSI-compliant compiler should do
|
but any ANSI-compliant compiler should do
|
||||||
|
|
||||||
Some more libraries are not strictly necessary to compile SANE, but some
|
Some more libraries are not strictly necessary to compile SANE, but some
|
||||||
functionality may be lost if they are not available:
|
functionality may be lost if they are not available. Make sure that these
|
||||||
|
libraries and their respective header files are available before running
|
||||||
|
configure. On some Linux distributions the header files are part of separate
|
||||||
|
packages (e.g. usb.h in libusb-devel or libusb-dev). These must also be
|
||||||
|
installed.
|
||||||
|
|
||||||
- libusb (>=0.1.8): Strongly recommended if you use a USB scanner.
|
- libusb (>=0.1.8): Strongly recommended if you use a USB scanner.
|
||||||
Some backends won't work without libusb at all.
|
Some backends won't work without libusb at all.
|
||||||
|
|
Ładowanie…
Reference in New Issue