Initial commit, 3-52-19 alpha
[cls.git] / src / c / macintosh / README.mac
blobb16efb9ef128ce7a8373e453d083e9b0fece4c5f
1 This the Macintosh distribution of XLISP-STAT Release 3. This
2 distribution is available for anonymous ftp from ftp.stat.umn.edu in
3 directory pub/xlispstat/.
5 You need to obtain two self extracting archive files: the appropriate
6 application for your system and the support files. The support files
7 are in xlispstat-3-??-??-files.sea.hqx, where ?? corresponds to the
8 current minor and subminor release numbers, and the applications are
10         'XLISP-STAT 3.??.?? PPC' in xlispstat-3-??-??-ppcapp.sea.hqx
11         'XLISP-STAT 3.??.?? 881' in xlispstat-3-??-??-881app.sea.hqx
12         'XLISP-STAT 3.??.?? 020' in xlispstat-3-??-??-020app.sea.hqx
13         'XLISP-STAT 3.??.?? GEN' in xlispstat-3-??-??-genapp.sea.hqx
15 The GEN application should run on any 68K mac. The 020 application
16 requires at least a 68020 processor but no coprocessor. The 881
17 application requires both a 68020 or higher processor and a
18 coprocessor. The PPC application is a PowerPC native code
19 implementation. All versions have been compiled with MetroWerks
20 CodeWarrior C. Extracting the support files creates a folder.  After
21 extracting your executable, place it in this folder.
23 Some information on the changes since Release 2 is given in the file
24 pub/xlispstat/doc/changes.ps.
26 You may need to adjust your partition size if you have a large color
27 screen or are using more than 256 colors.
29 A minimal runtime system needs the application and the initial
30 workspace, 'xlisp.wks', and any of the files in the Autoload folder
31 you want to use. The application, initial workspace, and Autoload
32 folder must be placed in the same folder. You can add the 'xlisp.hlp'
33 file if you want documentation to be available.
35 If you want to include any of the 'Autoload' files in the startup
36 workspace, load them into a running application and do
38         (save-workspace "newxlisp.wks")
40 This creates a new workspace file and exits. You can then double click
41 on this workspace, or you can rename it 'xlisp.wks' to make it the
42 default startup workspace (keep a copy of the original one). To load
43 the compiler, load the file 'cmpload.fsl' in the 'Autoload' folder.
45 The lisp sources can be compiled by loading the 'cmpsys.lsp' file in
46 the 'Lisp Sources' folder. This will recompile any .lsp file whose
47 corresponding .fsl file does not esist or has an earlier modification
48 date.
50 The file xlsx.h is a header file for use with external functions.
52 Luke Tierney
53 School of Statistics
54 University of Minnesota
55 Minneapolis, MN 55455
56 luke@stat.umn.edu