
INSTALL

1 Overview

     This file describes the procedure for installing the LINGUIST
version 1.1 under CESP which runs on Unix.  You should read the
complete guide before beginning installation.

1.1  Contents

    This volumes have the Unix format and contain the following files:


                       Table 1.1    Contents
+------------------+-------------------------------------------------+
|       File       |              Description                        |
+------------------+-------------------------------------------------+
| esprc            | The CESP system master data library             |
| prog/            | Directory: contains LINGUIST source files       |
| work/            | Directory: temporary area used for              |
|                  | LINGUIST system                                 |
| .linguistrc      | The LINGUIST system initialization data library |
|                  | needed for color monitor                        |
| .linguistrc.mono | The LINGUIST system initialization data library |
|                  | needed for monochrome monitor                   |
| .linguistenv     | The LINGUIST system initialization data library |
+------------------+-------------------------------------------------+

     The system LINGUIST is written in CESP. Before beginning
installation of LINGUIST system, check that CESP version 3.3 has been
installed on your computer system.

1.2 Installation procedure

     You install the LINGUIST system version 1.1 on your disk by
performing the following steps:

    1. Invoke CESP by typing ``run-CESP'' at the EMACS level, after
       the CTRL-X command.

        ``M-x run-CESP''

    2. CESP interpreter is invoked. The CESP system will display the
       prompt as follows:

        ``CESP>''

    3. Star the librarian by entering ``librarian'' at the CESP
       prompt.

        ``CESP> librarian''

    4. In response to the ``librarian'' command, CESP changes the
       prompt as follows:

        ``LIB>''

    5. Read in the LINGUIST program using the predicate ``catalogue'',
       folowed by the file names inside brackets:

        ``LIB> catalogue('~/prog/*.esp').

      The predicate prompts with the following message:

        /home/linguist/release/prog/about_inside.esp...
          user##about_inside_unit
          user##about_inside_def
          user##about_label_def
          .....

    6. After cataloging, type the command ``save -catalogued'' to save
       the template files. In response to the command, CESP system
       displays the template files being saved as follows:

       saving user##about_inside_unit
       saving user##about_inside_def
       saving user##about_label_def
       .....

    7. The LINGUIST system installation procedure is now completed.

% End of File
