Installation Notes for the CIFLIB - Class Library and C API This 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. To build CIFLIB do the following: a. Unbundle the distribution using the following: zcat ciflib-vxxx-prod.tar.Z | tar -xf - This will create a directory named ciflib-vxxx-prod. Move into the ciflib-vxxx-prod directory. b. Build the CIFLIB 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-vxxx/test. d. To run the test programs for the function library: make test The output will be redirected to file in ciflib-C-api-vxxx/test.