Installation Notes for the CIFTABLE - Class Library This version of CIFTABLE is being distributed as several source libraries with example programs. This file contains instructions for building the the class library and test program. ciflib-common and cifobj-common are bundled with this distribution. To build CIFTABLE do the following: a. Unbundle the distribution (in the directory containing the subdirectory ciflib, etc.) using the following: zcat cif-table-obj-vxxx-prod.tar.Z | tar -xf - This will create a directory named cif-table-obj-vxxx-prod. Move into the this directory. b. Build the class by typing the following: make c. Build and run the test program by typing: make test