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

[svn] Document external dependencies.

This commit is contained in:
hniksic 2005-07-02 15:12:33 -07:00
parent 8dcd0bd285
commit 9feafc0d78

22
INSTALL
View File

@ -5,14 +5,22 @@
0. Preparation 0. Preparation
-------------- --------------
To build and install GNU Wget, you need to unpack the archive (which To build GNU Wget from source code and install it on your system, you
you have presumably done, since you are reading this), and read on. need to unpack the archive (which you have presumably done, since you
Like most GNU utilities, Wget uses the GNU Autoconf mechanism for are reading this) and read on. Like most GNU utilities, Wget uses the
build and installation; users familiar with compiling GNU software GNU Autoconf mechanism for build and installation; users familiar with
should feel at home. compiling GNU software should feel at home. Please note that
instructions in this file do not concern to installation on Windows,
for which see windows/README.
Note that instructions in this file do not pertain to installation on The system requirements include: a Unix-like system with the utilities
Windows, for which see windows/README. typically shipped with Unix (sh, grep, awk, sed, etc.) and a C
compilation environment, including the compiler, system headers,
`make', and so on.
External dependencies (all optional):
- OpenSSL, for "https" URLs.
- GNU gettext, for translated messages.
1. Configuration 1. Configuration
---------------- ----------------