wget/windows
dan f486b43c23 [svn] * {.,doc,src,util,windows}/Makefile.in: Moved top_builddir out of "User
configuration section" of top Makefile and analogous spot in others.

* po/Makefile.in.in: Previous addition of top_builddir to
  po/Makefile.in was bogus -- it's generated from po/Makefile.in.in.
2001-03-27 03:23:59 -08:00
..
Makefile.doc [svn] Initial revision 1999-12-01 23:42:23 -08:00
Makefile.in [svn] * {.,doc,src,util,windows}/Makefile.in: Moved top_builddir out of "User 2001-03-27 03:23:59 -08:00
Makefile.src [svn] Changes related to ftpparse removal. 2001-02-12 23:40:53 -08:00
Makefile.src.bor [svn] Initial revision 1999-12-01 23:42:23 -08:00
Makefile.top [svn] Initial revision 1999-12-01 23:42:23 -08:00
Makefile.top.bor [svn] Initial revision 1999-12-01 23:42:23 -08:00
Makefile.watcom [svn] Changes related to ftpparse removal. 2001-02-12 23:40:53 -08:00
README [svn] Updated makeinfo URL. 2000-12-13 08:58:59 -08:00
config.h.bor [svn] Initial revision 1999-12-01 23:42:23 -08:00
config.h.ms [svn] vsnprintf() fixup. 2000-11-16 08:37:49 -08:00
wget.dep [svn] Changes related to ftpparse removal. 2001-02-12 23:40:53 -08:00

README

                                                           -*- text -*-

To build Wget with VC++ 5.0 run configure.bat in the wget directory,
and then run nmake.  If you want to build the help file you will need
a copy of makinfo to convert wget.texi to rtf. I've made a copy
available at <URL:ftp://sunsite.dk/projects/wget/makeinfo.zip>.  This
copy of makeinfo is from the miktxt 1.10 archive available from ctan.

Windows contributors:

* Darko Budor <dbudor@zesoi.fer.hr> -- the initial work on the Windows
  port;

* Tim Charron <tcharron@interlog.com> -- additional cleanup and
  contribution of the Watcom makefile;

* John Burden <john@futuresguide.com> -- cleanup of the VC++ makefile
  to get a clean build with VC++ 5.0 on Windows 95;

* Douglas E. Wegscheid -- maintains configure.bat and various Windows
  makefiles.