
- Requirements:

 - a Macintosh with
		- CodeWarrior Pro 6
  - GUSI 2.1.5

If you don't have GUSI 2.1.5 installed, you can download it at the following URL:

 <ftp://sunsite.cnlab-switch.ch/software/platform/macos/src/mw_c/GUSI_215.sit.bin>


- Contents:

Since I had to modify a bit almost all the GPL libraries used in MacSSH, you'll find also these files in this release:

- zlib:      the sources of the well known compression library. added a MacOS folder with
             CW project and buit libraries.

- gmp-3.1:   the GNU multiple precision library, with a bit of assembly, and a few changes
             to workaround a bug in the 68k compiler alloca() implementation. added a MacOS
             folder with CW project and buit libraries. added mpn/powerpc32/mpnppc32.c and
             mpn/m68k/mpn68k.c with assembly for optimized functions.

- lsh-1.1.6: the core SSH2 sources, modified to use GUSI and compile on CodeWarrior. added
             a MacOS folder with CW project and buit libraries.

- MacSecSH:  the BetterTelnet sources modified for SSH2 support. most of SSH2 stuff
             is in the ssh folder.


- Howto:

 All these archives must be expanded into the same folder, or the links between the project files will be broken. Put your "GUSI_215" (with this name unmodified) folder into the same folder as the expanded archives, Then build these projects in the order listed above for a full compile.

 I tried to keep the lsh sources as close as possible to the original to have less work when upgrading them, but there is quite some changes, just to make CodeWarrior happy.


Happy hacking !

 - Jean-Pierre.
