To install the checker for Larch/C++ you will need a C++ compiler. The current release has been tested with the GNU g++ compiler under HP-UX 10.20, RedHat Linux 5.1, and Windows 98 under DJGPP. Older versions have been ported to other flavors of Linux, Sun OS (version 4), Solaris 5.3, and Ultrix with AT&T C++ 3.0, SparcWorks CC 3.0. (We are interested in other ports; let us know if you port it somewhere else.) If you do not have a C++ compiler, you can still get the release for the manual and the examples, but you will not be able to check any examples you write.
If you want to use Windows 95, Windows NT, or some similar system, instead of following the steps below, you can get a version of Larch/C++ with pre-compiled executables by getting `LCPPWin.5.14.zip' by anonymous ftp using the following URL.
ftp://ftp.cs.iastate.edu/pub/larchc++/LCPPWin.5.14.zip
Then unzip the files, and read the `README' file. This works under DJGPP, and has been tested under Windows '95. It should certainly work under Windows NT. It should work to some extent under MS-DOS, but because that system does not support long file names, you may have problems. It's unclear to what extent it will work under OS/2.
For Unix systems, you can get the current beta-test release of Larch/C++ by following the steps below.
mkdir /u/Larch
ftp://ftp.cs.iastate.edu/pub/larchc++/LCPP.5.14.tar.gz(If for some reason that isn't the right file name, or if you want to look at other versions, use the URL
ftp://ftp.cs.iastate.edu/pub/larchc++/to look at the directory itself.)
gunzip LCPP.5.14.tar.gz tar -xvf LCPP.5.14.tar
cd LCPP more README
lc++@cs.iastate.edu
Go to the first, previous, next, last section, table of contents.