Installation Notes for the CIFOBJ - Builder Class Library Release 3.01 The 3.01 version of CIFOBJ builder is being distributed as several source libraries with example programs. This file contains instructions for building the CIFOBJ builder class. CIFLIB, cifobj-common, and cif-data are now bundled in the production tree of this application. To install CIFOBJ builder do the following: a. Unbundle the distribution (in the directory containing the subdirectory ciflib, etc.) using the following: zcat cifobj-builder-v3-prod.tar.Z | tar -xf - This will create a directory named cifobj-builder-v3-prod. Move into the cifobj-builder-v3-prod directory. b. Build the class by typing the following: make c. Test the class by running the build test program. Type: make test