DOCUMENT ID: 1027-02
SYNOPSIS: Installing ProWorks
OS RELEASE:
PRODUCT: Solaris x86
KEYWORDS: Install ProWorks CD-ROM
DESCRIPTION:
Installing ProWorks
SOLUTION:
1) Insert the cdrom. It should be automatically mounted by the volume
manager to the directory /cdrom/cdrom0
2) If you don't have enough space on /opt directory, you can
create a symbolic link from /opt to somewhere else
(like /usr/opt) first.
cp -r /opt /usr/opt (will create /usr/opt directory, and copy
all the files under /opt to the new directory)
rm -rf /opt (will remove all the file under /opt including
the /opt directory)
ln -s /usr/opt /opt (will create the symbolic link.)
3) Go to the mount directory for the CD-ROM.
4) Run spro_install to install packages.
5) To find out what package to install, type:
./spro_install
This will give you a name of available products.
6) To install the compiler, type:
./spro_install cc
7) To install the dbx, type
./spro_install sw
8) Use the "pkginfo -l" to see what software has been
installed.
DATE APPROVED: 04/06/95