Installation Notes for the mmCIF Loader tool This version of cifloader is being distributed as a source library with a set of example programs. To build cifloader do the following: a. Unbundle this distribution using the following: zcat mmcif-loader-vX.XXX-prod.tar.gz | tar -xf - This will create a directory named mmcif-loader-vX.XXX-prod. Move into this directory. b. Check that there is a machine dependent makefile for your system in ./etc subdirectory. Build the cifloader by typing: make c. The cifloader binary will be created in directory mmcif-loader-v2.1/bin. Scripts illustrating how the loader is used can be found in mmcif-loader-v2.1/test. Try running mmcif-loader-v2.1/test/Test-loader.csh. d. The command-line options for cifloader can be displayed using the command, cifloader -h. Documentation for this application will be forthcoming shortly. NOTE: If you are working on SUN go to etc/make.platform.sunos5 and check compiler flags. You might need to change them depending on compiler version.