kopia lustrzana https://gitlab.com/sane-project/backends
fix installation path for libsane.la
rodzic
b7361d987c
commit
d7d91aa1e0
|
@ -1,3 +1,6 @@
|
|||
2013-02-27 Rolf Bensch <rolf at bensch hyphen online dot de>
|
||||
* README.linux: fix installation path for libsane.la.
|
||||
|
||||
2013-02-22 Gerhard Jaeger <gerhard@gjaeger.de>
|
||||
* tools/sane-find-scanner.c: Fix another bug in the libusb1
|
||||
part of function check_libusb_device() that prevents sanner
|
||||
|
|
|
@ -126,7 +126,7 @@ Step by step install on Linux 2.6.* and 3.*, both with udev:
|
|||
$ sudo mv libsane.so.1 libsane.so.1.orig
|
||||
$ sudo mv libsane.la libsane.la.orig
|
||||
$ sudo ln -sf /usr/local/lib/libsane.so.1.0.24 libsane.so.1
|
||||
$ sudo ln -sf /usr/local/lib/sane/libsane.la libsane.la
|
||||
$ sudo ln -sf /usr/local/lib/libsane.la libsane.la
|
||||
$ cd -
|
||||
|
||||
Alternatively you can overwrite standard libsane. But then you must pay
|
||||
|
|
Ładowanie…
Reference in New Issue