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
Henning Geinitz 2005-09-23 10:51:41 +00:00
rodzic 21f94b0264
commit c3a9d77397
2 zmienionych plików z 11 dodań i 1 usunięć

Wyświetl plik

@ -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>
* backend/hp4200.c backend/umax.c backend/umax1220u.c

6
README
Wyświetl plik

@ -40,7 +40,11 @@ In order to build SANE, the following tools and libraries are required:
but any ANSI-compliant compiler should do
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.
Some backends won't work without libusb at all.