www.christopherlewis.com
Home
News
Recent Projects
Resume
Code Samples
SMTP SmartHost
SpamAssassin
Wget
Analog Reports
Feedback

If you found any of the tools on this page helpful, any donations would be appreciated.

Windows Wget files Compiling Wget

How To Compile Wget on Windows

Wget has native support for Windows execution, and compiling is relatively easy.  I've outlined the full set of tools that you need to compile Wget with Visual C++ 2005 Express.

Required Items

You will need the following:

Help file compilation will also require:

  • Active State Perl
  • MakeInfo - Currently, the GNU TexInfo project's MakeInfo doesn't support making an RTF file to generate the help file. Christian Schenk of the MiKTeX project wrote an addition to an older version of MakeInfo that supports creating help files.  This file is available on Karl Heinz Marbaise's Texinfo Information Page (direct link: makeinfo.zip).  I've also copied the file here (makeinfo.zip).
  • Microsoft HTML Help compiler.  It's not included  with Visual C++ 2005 Express, so download it here: Microsoft Help Workshop

If you are building OpenSSL from source, you will also need:

Installation

  1. Install the Platform SDK.

When you install the Platform SDK, you only need to install the Windows Core SDK for your platform, most likely x86 at this time.  Make sure you select Register Environment Variables

  1. Install Visual C++ Express 2005
  2. Install OpenSSL to C:\OpenSSL
    1. Install pre-compiled ZIP file from above.

    2. - OR -
    3. Install and compile OpenSSL from source.  See the OpenSSL Install.W32 file for instructions.
  3. Install the Microsoft HTML Help compiler.  Select the default install location, then add C:\Program Files\Help Workshop to your path.
  4. Extract the MakeInfo.EXE file from MakeInfo.Zip.  Add it to a directory in your path.  A good directory is C:\Program Files\Help Workshop.
  5. Extract the Wget source to a directory (C:\wget).
  6. Open a Visual Studio 2005 Command Prompt (Start | All Programs| Visual C++ 2005 Express Edition | Visual Studio Tools)
  7. Change directories to your WGET source directory: cd c:\wget
  8. At the command prompt, enter configure.BAT --MSVC
  9. At the command prompt, enter nmake
  10. Wget.EXE will be created in the c:\wget\src directory.

 

Send mail to Webmaster with questions or comments about this web site.
Copyright © 2003-2006 Christopher G. Lewis
Last modified: 12/30/06 by Chris Lewis
Google
speakeasy.net http://www.mersenne.org MCSD

FrontPage