This directory contains distributions of mle. Both DOS and Sun UltraSPARC versions are included. These are avaliable via anonymous ftp from pop.psu.edu in the directory pub/holman/mle Alternatively, you can download using a web browser by going to http://faculty.washington.edu/~djholman/mle DOS version The dos version is a self-extracting archive with the name mX_Y_Z.exe, where X is the major version, Y is the minor version and Z is the revision number. For example, when this file was first created the DOS version was m1_5_15.exe Copy this file to a subdirectory and execute it. It will expand into a number of sample files as well as mle.exe and rtm.exe (a memory manager so that mle can use extended memory). If you are installing mle for the first time, you might want to modify your DOS PATH to include the directory containing mle.exe. Sun UltraSPARC version The SPARC version of mle is contained in a compressed tar file with the name mle_x_y_z.tar.Z where x is the major version, y is the minor version, and z is the revision number. For example, when this file was first created, the SPARC version was mle_1_5_15.tar.Z Copy this file into a subdirectory (~/mle, for example), and type the following commands (substituting in the correct numbers for x, y and z, of course): uncompress mle_x_y_z.tar.Z tar -xvf mle_x_y_z.tar Now you can move the mleultra command to a subdirectory in your path (like ~/bin, for example). A number of example files and data sets will be left behind.