~ubuntu-branches/ubuntu/maverick/wget/maverick

« back to all changes in this revision

Viewing changes to windows/README

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-05-27 11:49:54 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080527114954-ame070pjhqtofeaf
Tags: 1.11.2-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Add wget-udeb to ship wget.gnu as alternative to busybox wget
    implementation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
instructions printed on the screen.  The instructions bellow are for
8
8
building Wget with Microsoft Visual C++ (MSVC); you may need to make
9
9
appropriate substitutions for your compiler and build environment; 
10
 
currently wget can be built at least with Visual Studio/.Net, free 
11
 
Borland or Watcom compilers, and the free cygnus and mingw environments.
 
10
currently wget can be built at least with Visual Studio/.Net, the free 
 
11
Borland compiler, and the free mingw environment.  The instructions do
 
12
*not* apply to the Cygwin environment, on which Wget is built with the
 
13
procedure described in the INSTALL file in the top-level directory.
12
14
 
13
15
To build Wget with MSVC run configure.bat (in the main Wget directory)
14
16
with the argument --msvc, and then run nmake.  At a certain point in time
54
56
  port;
55
57
 
56
58
* Tim Charron <tcharron@interlog.com> -- additional cleanup and
57
 
  contribution of the Watcom makefile;
 
59
  contribution of the (now retired) Watcom makefile;
58
60
 
59
61
* John Burden <john@futuresguide.com> -- cleanup of the VC++ makefile
60
62
  to get a clean build with VC++ 5.0 on Windows 95;