Here is a simple example of the commands a csh or tcsh shell user might use to test the NCSU_CDK:
cp ncsu-cdk-1.5.0.tar.gz /tmp/ncsu-cdk-1.5.0.tar.gz cd /tmp gunzip ncsu-cdk-1.5.0.tar.gz tar xvf ncsu-cdk-1.5.0.tar mkdir TEST cd TEST cp /tmp/ncsu-cdk-1.5.0/cdssetup/cdsinit .cdsinit cp /tmp/ncsu-cdk-1.5.0/cdssetup/cds.lib cds.lib setenv CDK_DIR /tmp/ncsu-cdk-1.5.0 icfb &
To make your local libraries visible from the /tmp/TEST working directory you can add them to the /tmp/TEST/cds.lib file.