Installation Notes for the CIFOBJ - Loader Class Library Release 3.01 The 3.01 version of CIFOBJ loader is being distributed as several source libraries with example programs. This file contains instructions for building the CifLoader program. CIFLIB, cifobj-common, and cif-data are now bundled in the production tree of this application. The latest version of the dictionary files can always be obtained from: ftp://ndbserver.rutgers.edu/pub/programs/cif-data.tar.gz To build CifLoader do the following: a. Unbundle the distribution (in the directory containing the subdirectory ciflib, etc.) using the following: zcat cifobj-loader-v4-prod.tar.Z | tar -xf - This will create a directory named cifobj-loader-v4-prod. Move into the cifobj-loader-v4-prod directory. b. Build the CifLoader program by typing the following: make c. To create the persistent storage file, you can run CifLoader from the makefile. To do this, you must have already installed cif-data so that the dictionaries will be accessible. If this has been done, type: make test The output will be redirected to loader.out and the persistent storage file for the mmCIF dictionary will be installed in: cif-data/dict-objects/cif_mm.dic.odb