Alexey Savelyev's mkfiles.pl patch to support lcc-win32. This has
[u/mdw/putty] / README
CommitLineData
6e9a74eb 1This is the README for the source archive of PuTTY, a free Win32
2Telnet and SSH client.
b9c299bb 3
58de2f3c 4If you want to rebuild PuTTY from source, we provide a variety of
5Makefiles and equivalents:
7603011f 6
58de2f3c 7 - Makefile.vc is for command-line builds on MS Visual C++ systems.
8 Type `nmake -f Makefile.vc' to build all the PuTTY binaries.
7603011f 9
62793edf 10 (We've also had one report of success building with the
11 OpenWatcom compiler -- www.openwatcom.org -- using Makefile.vc
12 with `wmake -ms -f makefile.vc' and NO_MULTIMON, although we
13 haven't tried this ourselves.)
14
58de2f3c 15 - Inside the MSVC subdirectory are MS Visual Studio project files
16 for doing GUI-based builds of the various PuTTY utilities. These
17 have been tested on Visual Studio 6.
18
19 You should be able to build each PuTTY utility by loading the
20 corresponding .dsp file in Visual Studio. For example,
21 MSVC/putty/putty.dsp builds PuTTY itself, MSVC/plink/plink.dsp
22 builds Plink, and so on.
23
7603011f 24 - Makefile.bor is for the Borland C compiler. Type `make -f
25 Makefile.bor' to build all the PuTTY binaries.
26
27 - Makefile.cyg is for Cygwin / mingw32 installations. Type `make -f
28 Makefile.cyg' to build all the PuTTY binaries. Note that by
29 default the Pageant WinNT security features and the multiple
30 monitor support are excluded from the Cygwin build, since at the
31 time of writing this Cygwin doesn't include the necessary
32 headers.
33
7603011f 34All of the Makefiles are generated automatically from the file
35`Recipe' by the Perl script `mkfiles.pl'. Additions and corrections
36to Recipe and the mkfiles.pl are much more useful than additions and
37corrections to the alternative Makefiles themselves.
3d541627 38
b9c299bb 39The PuTTY home web site is
40
df96b74b 41 http://www.chiark.greenend.org.uk/~sgtatham/putty/
b9c299bb 42
6e9a74eb 43If you want to send bug reports or feature requests, please read the
44Feedback section of the web site before doing so. Sending one-line
45reports saying `it doesn't work' will waste your time as much as
46ours.
b9c299bb 47
48See the file LICENCE for the licence conditions.