Installation Notes for the CIFTABLE - Class Library Release 4.01 The 4.01 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. The SSTable, STable, and CifBTree code require the CifString and template class files in ciflib-common-v3.01, as well as the persistence classes found in cifobj-common-v4.01. 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-v4-prod.tar.Z | tar -xf - This will create a directory named cif-table-obj-v4-prod. Move into the cif-table-obj-v4-prod directory. b. Build the class by typing the following: make c. Build and run the test program by typing: make test