 |
» |
|
|
|
| |
|
To download and install the kit:
- Log in as root or change to the root account on the system where the
component is to be installed.
- Back up your system disk before installing any software (refer to
your system documentation).
- Create a scratch directory to receive the downloaded kit tar file,
and change to that directory. You can download all component tar files
to, and install from, the same directory.
- Download the kit tar file, GPA314.tar.gz, to your scratch directory.
- Uncompress and unpack the downloaded tar file:
# gunzip -dc GPA314.tar.gz | tar xvf -
This creates a directory named Program_Analyzers
in your scratch directory. This directory has a kit subdirectory which
contains the subsets to install, and a doc subdirectory which contains
the release notes and other documentation in various formats.
- Read the release notes prior to installing the kit.
- Install the new kit from the kit subdirectory:
# /usr/sbin/setld -l Program_Analyzers /kit
If you have a previously installed version of the Developers' Toolkit
Supplement, the installation process will ask you to deinstall the Program_Analyzers
subsets. In that case you can check for the presence of any currently
installed subsets and delete them as follows:
# /usr/sbin/setld -i | grep GPA | grep installed
# /usr/sbin/setld -d currently-installed-subset
- When finished installing, you can delete the scratch directory
|
|