1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Fix typo. Minor style improvements.

This commit is contained in:
hniksic 2005-06-26 16:12:51 -07:00
parent 2e7aa7f76d
commit 30a3c74557

35
INSTALL
View File

@ -88,25 +88,26 @@ Environment variables that affect `configure' include: CFLAGS for C
compiler flags, CPPFLAGS for C preprocessor flags, LDFLAGS for linker compiler flags, CPPFLAGS for C preprocessor flags, LDFLAGS for linker
flags, and LIBS for libraries. flags, and LIBS for libraries.
Barring a the use of --without-* flags, configure will try to Barring the use of --without-* flags, configure will try to autodetect
autodetect certain external libraries needed by Wget, currently only external libraries needed by Wget, currently only the OpenSSL
the OpenSSL libraries. If they are installed in the system library libraries. If they are installed in the system library directories or
directories or in the same prefix where you plan to install Wget, in the same prefix where you plan to install Wget, configure should be
configure should be able to autodetect them. If they are installed able to autodetect them. If they are installed elsewhere, use the
elsewhere, use the `--with-libNAME' option to specify the root `--with-libNAME' option to specify the root directory under which
directory under which libraries reside in the `lib/' subdirectory and libraries reside in the `lib/' subdirectory and the corresponding
the corresponding header files reside in the `include/' subdirectory. header files reside in the `include/' subdirectory. For example, if
For example, if the OpenSSL libraries are installed under the the OpenSSL libraries are installed under the /usr/local/ssl prefix,
/usr/local/ssl prefix, use `--with-libssl=/usr/local/ssl'. use `--with-libssl=/usr/local/ssl'.
Sometimes external libraries will be installed on the system, but the Sometimes external libraries will be installed on the system, but the
header files will be missing, which happens on Linux if you forget to header files will be missing. This often happens on Linux if you
install the "-devel" or "-dev" package that corresponds to the library forget to install the "-devel" or "-dev" package that corresponds to
and that is typically *not* installed by default. In that case the library and that is typically *not* installed by default. In that
configure will not find the library and you will not be able to use case configure will not find the library and you will not be able to
the features provided by the library until you install the devel use the features provided by the library until you install the devel
package and rerun configure. If you have all the necessary headers, package and rerun configure. If you believe you have the necessary
but configure still fails to detect the library, report a bug. headers, but configure still fails to detect the library, please
report it as a bug.
2. Compilation 2. Compilation
-------------- --------------