]> sjero.net Git - wget/blob - windows/README
[svn] Applied Herold's fixes for SSL to work under Windows.
[wget] / windows / README
1                                                            -*- text -*-
2
3 To build Wget with VC++ 5.0 run configure.bat in the wget directory,
4 and then run nmake.  If you want to build the help file you will need
5 a copy of makinfo to convert wget.texi to rtf. I've made a copy
6 available at <URL:ftp://sunsite.dk/projects/wget/makeinfo.zip>.  This
7 copy of makeinfo is from the miktxt 1.10 archive available from ctan.
8
9 To configure Wget with VC++ with ssl support first get openssl,
10 compile it and install relevant headers and libraries where your
11 compiler can find them; then uncomment the SSL related lines in
12 windows\Makefile.src; then follow the normal instructions
13 (configure.bat and so on).
14 Usually at runtime some openssl libraries (currently ssleay32.dll and
15 libeay32.dll) will need to be available in your environment PATH.
16
17 Windows contributors:
18
19 * Darko Budor <dbudor@zesoi.fer.hr> -- the initial work on the Windows
20   port;
21
22 * Tim Charron <tcharron@interlog.com> -- additional cleanup and
23   contribution of the Watcom makefile;
24
25 * John Burden <john@futuresguide.com> -- cleanup of the VC++ makefile
26   to get a clean build with VC++ 5.0 on Windows 95;
27
28 * Douglas E. Wegscheid -- maintains configure.bat and various Windows
29   makefiles.