]> sjero.net Git - wget/blob - windows/README
[svn] Initial revision
[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:http://www.sunsite.auc.dk/wget/makeinfo.zip>.  This
7 copy of makeinfo is from the miktxt 1.10 archive available from ctan.
8
9 Windows contributors:
10
11 * Darko Budor <dbudor@zesoi.fer.hr> -- the initial work on the Windows
12   port;
13
14 * Tim Charron <tcharron@interlog.com> -- additional cleanup and
15   contribution of the Watcom makefile;
16
17 * John Burden <john@futuresguide.com> -- cleanup of the VC++ makefile
18   to get a clean build with VC++ 5.0 on Windows 95;
19
20 * Douglas E. Wegscheid -- maintains configure.bat and various Windows
21   makefiles.