X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=INSTALL;fp=INSTALL;h=331139e3da7b152e2646e8c9ca0c182bbacdc87e;hp=bfb38fbcf9aed1fa04eefd138fc499382b5c294f;hb=6b405f2b6690f4e16ed907a9bc40a932646768ba;hpb=7bf118bd7b5eceb1e739d6e67cae809fcade9292 diff --git a/INSTALL b/INSTALL index bfb38fbc..331139e3 100644 --- a/INSTALL +++ b/INSTALL @@ -46,12 +46,12 @@ files, but it is useful to have a look at things you can change there. If you use socks, it is useful to add -L/usr/local/lib (or wherever the socks library is installed) to LDFLAGS in Makefile. -If you have OpenSSL installed in its default /usr/local/ssl directory -(i.e. libraries are in /usr/local/ssl/lib), you can simply -`configure --with-ssl'. If you have it installed elsewhere, you need -to specify your alternate OpenSSL root directory. For instance, if -libcrypto.* and libssl.* are in /usr/local/lib, you need to -`configure --with-ssl=/usr/local'. +If you have OpenSSL libraries installed in one of the default +directories, such as /usr/local/lib or /usr/local/ssl/lib, you can +simply `configure --with-ssl'. If you have it installed elsewhere, +you need to specify your alternate OpenSSL root directory. For +instance, if libcrypto.* and libssl.* are in /opt/openssl/lib, you +need to `configure --with-ssl=/opt/openssl'. To configure Wget on Windows, run configure.bat and follow the instructions in the windows/ directory. If this doesn't work for any