Added link to man xscanimage. Added info about LD_LIBRARY_PATH.

Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2002-01-27 12:04:33 +00:00
rodzic 1801160cf0
commit 3f83dd5778
2 zmienionych plików z 13 dodań i 9 usunięć

Wyświetl plik

@ -1,6 +1,8 @@
2002-01-27 Henning Meier-Geinitz <henning@meier-geinitz.de> 2002-01-27 Henning Meier-Geinitz <henning@meier-geinitz.de>
* TODO: Removed entry about scanadf. Removed entry concerning testing. * TODO: Removed entry about scanadf. Removed entry concerning testing.
* INSTALL: Added link to man xscanimage. Added info about
LD_LIBRARY_PATH.
2002-01-26 Henning Meier-Geinitz <henning@meier-geinitz.de> 2002-01-26 Henning Meier-Geinitz <henning@meier-geinitz.de>

20
INSTALL
Wyświetl plik

@ -8,7 +8,7 @@ make
make install make install
Type `./configure --help´ for a list of options. Type `./configure --help' for a list of options.
Prerequisites: Prerequisites:
@ -30,21 +30,23 @@ Prerequisites:
try `GTK_CONFIG=/usr/X11R6/bin/gtk12-config'. try `GTK_CONFIG=/usr/X11R6/bin/gtk12-config'.
- If you want to use xscanimage as a GIMP plug-in, the GIMP libraries and - If you want to use xscanimage as a GIMP plug-in, the GIMP libraries and
headers are necessary. See http://www.gimp.org/. headers are necessary. See http://www.gimp.org/. See also `man xscanimage'.
- If you get an error message that libsane-dll.so.1 or libsane-so.1 is not - If you get an error message that libsane-dll.so.1 or libsane-so.1 is not
found, you have to tell your system where the SANE-libraries are installed. found, you have to tell your system where the SANE-libraries are installed.
On some systems the library directory "/usr/local/lib" is not searched by On some systems the library directory `/usr/local/lib' is not searched by
the system's dynamic library loader. If SANE is installed in "/usr/local/..." the system's dynamic library loader. If SANE is installed in `/usr/local/...'
you have to tell your system's dynamic library loader to search in you have to tell your system's dynamic library loader to search in
"/usr/local/lib". For Linux: add the path "/usr/local/lib" to `/usr/local/lib'. For Linux: add the path `/usr/local/lib' to
/etc/ld.so.conf and call ldconfig (as root). /etc/ld.so.conf and call ldconfig (as root). Another approach is to set the
environment variable LD_LIBRARY_PATH (or the equivalent on other operating
See also the PROBLEMS file. systems) to `/usr/local/lib'.
Uninstall Uninstall
========= =========
To uninstall the binaries and manual pages, type `make uninstall'. To uninstall the binaries and manual pages, type `make uninstall'.
See also the PROBLEMS and README files.