]> sjero.net Git - wget/blob - windows/README
[svn] More windows documentation updates.
[wget] / windows / README
1                                                            -*- text -*-
2
3 To build Wget with VC++ run configure.bat in the wget directory, and
4 then run nmake. At a certain point in time wget exposed some compiler
5 bugs in VC++ 5.0; VC++ 6.0 sp 5 is known to be safe.
6
7 If you want to build the help file you will need a copy of makeinfo to
8 convert wget.texi to rtf and html. I've made a copy available at
9 <URL:ftp://sunsite.dk/projects/wget/makeinfo.zip>.  This copy of
10 makeinfo is from the miktxt 1.10 archive available from ctan. You also
11 will need perl 5, one possibility is Activeperl (currently free) from
12 <URL:http://www.activestate.com>; you need to locate the download and
13 install instructions for the current version available (since the
14 packages and installation instructions change from time to time).
15
16 To configure Wget with VC++ with ssl support first get openssl,
17 compile it and install relevant headers and libraries where your
18 compiler can find them; then uncomment the SSL related lines in
19 windows\Makefile.src; then follow the normal instructions
20 (configure.bat and so on).
21 Usually at runtime some openssl libraries (currently ssleay32.dll and
22 libeay32.dll) will need to be available in your environment PATH.
23
24 Windows contributors:
25
26 * Darko Budor <dbudor@zesoi.fer.hr> -- the initial work on the Windows
27   port;
28
29 * Tim Charron <tcharron@interlog.com> -- additional cleanup and
30   contribution of the Watcom makefile;
31
32 * John Burden <john@futuresguide.com> -- cleanup of the VC++ makefile
33   to get a clean build with VC++ 5.0 on Windows 95;
34
35 * Douglas E. Wegscheid -- maintains configure.bat and various Windows
36   makefiles.