| |
NOTE: FPT is packaged for download using Info-ZIP's
compression utility. The installation procedure uses UnZip.
Info-ZIP's software (Zip, UnZip and related utilities) is
free and can be obtained as source code or executables from
Internet/WWW sites, including
http://www.cdrom.com/pub/infozip/
| |
1. Unzip the FPT saveset
The download and CD distribution is an Info-ZIP saveset. On the CD,
this file resides in [FPT.FPTVMS] .
Please DO NOT attempt to unzip the distribution on a PC or Unix system
and copy it to your VAX. PC and Unix file structures do not preserve
the file attributes of a VMS saveset, and the distribution saveset may
then become unreadable.
Choose a temporary directory for the FPT saveset. Set default to this
directory and unzip the saveset from the distribution with the command,
for example:
$ unzip fptvax_34e.zip
for VAX/VMS, or:
$ unzip fptalpha_34e.zip
for OpenVMS/AXP. The zip file names indicate the version of FPT. In
this example, the suffix _34e
indicates FPT version 3.4-e. The suffix changes as new versions are released.
2. Restore the files from the saveset
Choose a directory below which the FPT files are to be written. Use VMS
backup to restore the files. The first level directory in the saveset is
named FPT, so it is not necessary to start with a directory with this
name.
For example, for VAX/VMS:
$ backup/log fptvax.sav/saveset [david.utils...]
for OpenVMS/AXP:
$ backup/log fptalpha.sav/saveset [david.utils...]
3. Set Up Assignments to Access FPT
Edit the LOGIN.COM command files of users who will use FPT, or the system
SYLOGIN.COM file if all users are to have access.
$ set default sys$login
$ edit login.com
Insert the lines, e.g.:
$ assign/nolog dua0:[david.utils.fpt.fpt34] fptmain
$ @fptmain:fpt_symb
Where DUA0:[DAVID.UTILS] are the device and directory below which the FPT
files were written, and "34" is the current version of FPT. The name
FPT34 indicates FPT version 3.4. The directory name does not include the
sub-version letter, for example, the '-k' in FPT version 3.3-k.
Run the login command file, or make these commands interactively
4. Install Your Licence Key
The distribution contains a shareware and evaluation licence key and
licensee banner. Site-specific licences are issued as self-contained
files named user.fsp. If you have a site-specific licence, please copy
your version of user.fsp to the main FPT directory,
FPTMAIN:,
superseding the shareware and evaluation key already there.
5. Run FPT on an Example Program to Verify Correct Installation
Set default to the example directory
$ set default fptmain
$ set default [-.fpteg]
Run FPT on a demonstration program:
$ fpt qa_dem.fsp
|