|
An Information Portal to Biological Macromolecular Structures |
||
|
PDB Home |
Contact Us |
Software Tools Home | Dictionary Home | PDBML Home | ISTABLE Home | |
Installation Notes for the
CIFTABLE - Class Library
This 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.
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-vxxx-prod.tar.gz | tar -xf -
This will create a directory named cif-table-obj-vxxx-prod. Move into
the this directory.
b. Build the class by typing the following:
make
c. Build and run the test program by typing:
make test
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.