home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
ada
/
library
/
pager
/
pager2.ins
< prev
next >
Wrap
Text File
|
1989-06-16
|
2KB
|
37 lines
INSTALLATION (COMPILING) INSTRUCTIONS FOR PAGER2
0. If you wish to run PAGER2 on a PC, the file PAGER2.EXE is ready
to go. No installation is required. You simply invoke PAGER2 with
the command "PAGER2" at the MSDOS prompt. See the documentation for
further details. If you wish to run PAGER2 on some other platform,
it will be necessary to compile it with a validated Ada compiler.
The following steps outline the procedure to do this.
1. Edit the file PAGER2.SRC and extract each of the component files.
Each component file is prefixed by a banner of the form:
--::::::::::
--filename
--::::::::::
2. Compile the file CLI.ADA. This is the machine-independent Ada
package specification for the command-line interface.
3. Depending on your host/target environment, select the appropriate
CLI_*.ADA file. These files are Ada package bodies which correspond to
the Ada package specification in the file CLI.ADA. CLI_ALSYS.ADA, for
instance, is an implementation for SUN workstations when the Alsys Ada
compiler is used. If you have questions about the options, see the files
CLI2*.* in the directory PD2:<ADA.COMPONENTS> in the Ada Software Repository.
CLI2*.* files may also be more current versions of the CLI package bodies
presented in the PAGER2.SRC file.
4. Compile the selected CLI_*.ADA file.
5. Compile the file PAGER2.ADA.
6. Invoke your Ada compiler's binder or linker to create an executable
whose mainline procedure is PAGER2.
7. You now have the PAGER2 executable.