1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00
wget/windows/README

30 lines
1.2 KiB
Plaintext
Raw Normal View History

1999-12-02 02:42:23 -05:00
-*- 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
2000-12-13 11:58:59 -05:00
available at <URL:ftp://sunsite.dk/projects/wget/makeinfo.zip>. This
1999-12-02 02:42:23 -05:00
copy of makeinfo is from the miktxt 1.10 archive available from ctan.
To configure Wget with VC++ with ssl support first get openssl,
compile it and install relevant headers and libraries where your
compiler can find them; then uncomment the SSL related lines in
windows\Makefile.src; then follow the normal instructions
(configure.bat and so on).
Usually at runtime some openssl libraries (currently ssleay32.dll and
libeay32.dll) will need to be available in your environment PATH.
1999-12-02 02:42:23 -05:00
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.