Added "man sane" to quick install. Added paragraph about old

versions. Added paragraph about "make clean" and "make
distclean". Added section about removing SANE.
DEVEL_2_0_BRANCH-1
Henning Geinitz 2001-05-21 20:31:09 +00:00
rodzic fdf421eb8c
commit 7444e9606d
1 zmienionych plików z 21 dodań i 3 usunięć

24
README
Wyświetl plik

@ -32,6 +32,8 @@ Quick install:
make make
make install make install
man sane
Prerequisites Prerequisites
============= =============
@ -51,6 +53,11 @@ files. For a detailed support matrix, see:
This table may be out of date. Please send any corrections or additions to This table may be out of date. Please send any corrections or additions to
sane-devel@mostang.com together with your platform, os and version. sane-devel@mostang.com together with your platform, os and version.
Please check that there aren't any older versions of SANE installed on your
system. Especially if sane-libraries are installed in a different prefix
directory (e.g. /usr/lib) this may cause problems with external
frontends. Please remove these libraries (libsane.*, sane/libsane-*) before
installing this version of SANE.
Configuration Configuration
============= =============
@ -86,9 +93,9 @@ configure options, there are the following SANE specific options:
configuration file. Please refer to the backend's man pages for configuration file. Please refer to the backend's man pages for
details. details.
In addition to these SANE-specific configuration options, there are In addition to these configuration options, there are some more SANE-specific
many standard-options. To get a description of available standard options and many standard-options. To get a description of available options,
option, invoke configure with option --help. invoke configure with option --help.
If you plan on debugging one of the SANE programs, we recommend to run If you plan on debugging one of the SANE programs, we recommend to run
configure like this: configure like this:
@ -103,6 +110,10 @@ Build
To build SANE, simply type "make" in the top-level directory. To build SANE, simply type "make" in the top-level directory.
To clean up the executables and libraries in the source directory, type "make
clean". To restore everything to the status after unpacking the package, type
"make distclean".
Installation and Configuration Installation and Configuration
============================== ==============================
@ -120,3 +131,10 @@ components, please refer to the manual page sane(7).
The tools directory contains some small programs that may be helpfull. They The tools directory contains some small programs that may be helpfull. They
are described in tools/README. are described in tools/README.
Removing
========
Type "make uninstall" to remove SANE from your system. This will also remove
older versions of SANE if they have been installed at the same prefix.
Warning: Your configuration in etc/sane.d/*.conf will be deleted also.