
2 Installation
tar facility. The files for any given platform are contained in twotar archives:tar archive, common to all platforms, contains documentation and examples.tar archive contains files specific to the platform.tar files containing the documentation and platform-specific files in the CD-ROM distribution. If you obtain the distribution by means other than CD-ROM, the names of thetar files may differ.If you have obtained the distribution on CD-ROM, use the following procedures to extract the product files from the tar files:
tar xvf devicelcl-5-0-common.tar platform_tar_file1 ...
tar command, device is the device that represents the CD-ROM drive,lcl-5-0-common.tar is the name of thetar file that contains the documentation, and platform_tar_files are the names of thetar files that contains files specific to the platforms you want to install on. For the device that represents your CD-ROM drive, see the documentation for your platform. For the names of thetar files in the CD-ROM distribution, see Table 2.1.
tar command extracts the product files from the CD-ROM into the subdirectoriescommon, platform, and platform-realfiles, and various subdirectories below these three, creating directories as needed.
tar files on your local disk, use the following procedures to extract the product files from thetar files:
tar files. If they end with the suffix.Z, they have been compressed, using the UNIXcompress facility. Use the following UNIX command to uncompress the files:
uncompress lcl-5-0-common.tar.Z platform_tar_file.Z
uncompress command,lcl-5-0-common.tar.Z is the name of the compressedtar file that contains the documentation, and platform_tar_file.Zis the name of the compressedtar file that contains files specific to your platform. Theuncompress command replaceslcl-5-0-common.tar.Z and platform_tar_file.Z with the uncompressed fileslcl-5-0-common.tar and platform_tar_file.
tar xvf - < lcl-5-0-common.tar tar xvf - < platform_tar_ile
tar command extracts the product files from thetar files into the directorieslcl/5-0/*, automatically creating any missing directories.

Generated with Harlequin WebMaker