]> sjero.net Git - wget/blobdiff - INSTALL
[svn] Windows update from Herold Heiko.
[wget] / INSTALL
diff --git a/INSTALL b/INSTALL
index b9c56f13f6c432a5ffd3031023fd412fbb71d9f7..894fab3e2672b54bbe2afaf7f71bd1612dc0b0d2 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -29,6 +29,7 @@ scripts take.  The most important ones are:
 
 --enable and --with options recognized (mostly Wget-specific):
   --with-socks            use the socks library
+  --with-ssl[=SSL_ROOT]   link with libssl [in SSL_ROOT/lib] for https: support
   --disable-opie          disable support for opie or s/key FTP login
   --disable-digest        disable support for HTTP digest authorization
   --disable-debug         disable support for debugging output
@@ -45,10 +46,16 @@ 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.
 
-To configure Wget on Windows, run configure.bat and follow the
-instructions in the windows/ directory.  If this doesn't work for any
-reason, talk to the Windows developers listed in `windows/README'; I
-do not maintain the port.
+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, read the instructions in `windows/Readme'. 
+If this doesn't work for any reason, talk to the Windows developers 
+listed there; I do not maintain the port.
 
 2) Compilation