Mention problems with library names.

merge-requests/1/head
Henning Geinitz 2005-08-22 17:18:26 +00:00
rodzic 821ca4d53c
commit d202ddbe93
2 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -2,6 +2,7 @@
* tools/hotplug/libsane.usermap: Added some Genius scanners. Fixed * tools/hotplug/libsane.usermap: Added some Genius scanners. Fixed
Visioneer Onetouch 7300 USB. Added Plustek OpticSlim 2400. Visioneer Onetouch 7300 USB. Added Plustek OpticSlim 2400.
* README.openbsd: Mention problems with library names.
2005-08-22 Gerhard Jaeger <gerhard@gjaeger.de> 2005-08-22 Gerhard Jaeger <gerhard@gjaeger.de>

Wyświetl plik

@ -6,6 +6,10 @@ Building:
Don't forget to use GNU make (gmake). E.g. "MAKE=gmake ./configure". Don't forget to use GNU make (gmake). E.g. "MAKE=gmake ./configure".
SANE should compile and install out-of-the-box. SANE should compile and install out-of-the-box.
However, there are reports that the libraries installed in lib/sane have the
version numbers (e.g.) .1.16 instead of .1 and .1.0.16. Changing the names
manually seems to fix this problem.
SCSI-scanners: SCSI-scanners:
-------------- --------------
SANE only supports the generic /dev/uk? devices. /dev/ss? won't work. If your SANE only supports the generic /dev/uk? devices. /dev/ss? won't work. If your
@ -42,4 +46,4 @@ Parport-scanners:
I don't have any information about these. Please contact me or the SANE mailing I don't have any information about these. Please contact me or the SANE mailing
list if you succeded in using one of these. list if you succeded in using one of these.
2003-11-07 Henning Meier-Geinitz <henning@meier-geinitz.de> 2005-08-22 Henning Meier-Geinitz <henning@meier-geinitz.de>