Installation Notes for the CIFLIB - Class Library and C API Release 3.01 The 3.01 version of CIFLIB is being distributed as several source libraries with example programs. This file contains instructions for building the the class and the function library. All supporting libraries and data directories are now bundled into this distribution. The latest version of the dictionary files can always be obtained from: ftp://ndbserver.rutgers.edu/pub/programs/cif-data.tar.gz To build CIFLIB do the following: a. Unbundle the distribution (in the directory containing the subdirectory ciflib, etc.) using the following: zcat ciflib-v3-prod.tar.Z | tar -xf - This will create a directory named ciflib-v3-prod. Move into the ciflib-v3-prod directory. b. Build the CifLoader program by typing the following: make c. To run the test program for the class type: make testclass The output will be redirected to file in ciflib-v3.01/test. d. To run the test programs for the function library: make test The output will be redirected to file in ciflib-C-api-v3.01/test.