~ubuntu-branches/ubuntu/dapper/curl/dapper-proposed

« back to all changes in this revision

Viewing changes to docs/README.win32

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2002-03-12 19:06:21 UTC
  • Revision ID: james.westby@ubuntu.com-20020312190621-iqx7k9cipo5d0ifr
Tags: upstream-7.9.5
ImportĀ upstreamĀ versionĀ 7.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
                                  _   _ ____  _     
 
2
                              ___| | | |  _ \| |    
 
3
                             / __| | | | |_) | |    
 
4
                            | (__| |_| |  _ <| |___ 
 
5
                             \___|\___/|_| \_\_____|
 
6
 
 
7
README.win32
 
8
 
 
9
  Read the README file first.
 
10
 
 
11
  Curl has been compiled, built and run on all sorts of Windows and win32
 
12
  systems. While not being the main develop target, a fair share of curl users
 
13
  are win32-based.
 
14
 
 
15
  The unix-style man pages are tricky to read on windows, so therefore are all
 
16
  those pages also converted to HTML and those are also included in the
 
17
  release archives.
 
18
 
 
19
  The main curl.1 man page is also "built-in" in the command line tool. Use a
 
20
  command line similar to this in order to extract a separate text file:
 
21
 
 
22
        curl -M >manual.txt