]> asedeno.scripts.mit.edu Git - PuTTY.git/blob - mac/README.mac
0868a6f66313e134136a1780b7906d571a98b824
[PuTTY.git] / mac / README.mac
1 $Id: README.mac,v 1.3 2002/12/13 00:50:53 ben Exp $
2
3 Information about PuTTY for the Mac OS
4 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5
6 Compiling it:
7
8  See ../README for generic information.
9
10  To compile PuTTY for Mac OS you will need:
11
12  MPW
13   <ftp://ftp.apple.com/developer/Tool_Chest/Core_Mac_OS_Tools/MPW_etc./
14    MPW-GM_Images/MPW-GM.img.bin>
15
16  Universal Headers (optional)
17   <ftp://ftp.apple.com/developer/Development_Kits/
18    UniversalHeaders3.4.2.img.bin>
19
20  Text Encoding Converter SDK
21   <ftp://ftp.apple.com/developer/Development_Kits/TEC_1.5.sit.hqx>
22
23  Install MPW, install the new Universal Headers (optional), then put
24  the contents of the "68K Static Libraries" directory of the Text
25  Encoding Converter SDK into "Interfaces&Libraries:Libraries:Libraries".
26
27  The "mkputty.mpw" script does most of the work, but currently needs
28  you to run "Rez -append -o PuTTY mac_res.r" to get the
29  resources compiled in.  The Makefile currently only generates a
30  Classic 68K application.  Other architectures will come later.
31
32 Runtime requirements:
33
34  PuTTY should run on any Macintosh running System 7.0 or later.  The
35  Classic 68K build seems not to run under Mac OS X (even with
36  Classic.app).
37
38 Known bugs:
39
40  * PowerPC and fat versions fail to start on systems without AppearanceLib (ie
41    most System 7 ones).  The 68k version works fine. [MAYBE FIXED]
42  * Display is far too slow.
43  * Real bold doesn't compensate for changing character widths without Color
44    QuickDraw. [MAYBE FIXED]
45  * sshsha.c and sshmd5.c cause a stack overflow in Apple's PowerPC C compiler 
46    unless optimisation is entirely disabled.
47
48 Features we need (and aren't entirely obvious):
49
50  * Scroll-conflation -- scroll_display should change the in-memory
51    display and remember the scroll, then do_scroll should be called
52    only when scroll_display gets called for a different rectangle or
53    term_paint happens.
54
55 Local Variables:
56 mode: text
57 End: