Turn #ifdef LOG into a command-line option for debugging use
[u/mdw/putty] / README
CommitLineData
b9c299bb 1This is the README for PuTTY, a free Win32 Telnet and SSH client.
2
3The provided Makefile is for MS Visual C++ systems. Type `nmake' to
4build both putty.exe (the main program) and pscp.exe (an SCP
df0b42a5 5client). The comment at the top of the Makefile gives extra build
6options you can use to build in limited Win32s compatibility, a hack
7to pass SSH through some types of firewall, and `official' version
8numbers.
b9c299bb 9
10Setting up a project file in the Visual C++ IDE sometimes fails to
11work. In particular, Visual Studio 6 falls over on the odd macro
12usage in ssh.c. This is a bug in Visual Studio, since the VC++6
13command line compiler works fine. If in doubt, just use `nmake'.
14
15The PuTTY home web site is
16
17 http://www.chiark.greenend.org.uk/~sgtatham/putty.html
18
19Bug reports and feature requests should be sent to
20<putty-bugs@lists.tartarus.org>. PLEASE read the section on the web
21site about how to report bugs effectively. Do NOT send one-line
22reports saying `it doesn't work'!
23
24See the file LICENCE for the licence conditions.