+++++++++++++++++++++++ CTK v1.2.2 INSTALLATION NOTES ++++++++++++++++++++++++


Building CTK:

1. Set the environment variable CTKROOT to point to the directory CTK
    e.g. if you have installed CTK in /usr/local
    setenv CTKROOT /usr/local/CTK

2. Read the Makefile in the directory $CTKROOT/src and make changes according to the simple steps that are given at the start of the file.

Once you have edited and saved the Makefile:

  cd $CTKROOT/src
  make

If you encounter any problems and want to start again from scratch:

  cd $CTKROOT/src
  make clean
  make


(see the CTK User Manual for more details)

+++++++++++++++++++++

Notes:

1. The makefile in $CTKROOT/src is the only one that should be edited. 


2. To compile the 'ctk' Graphical User Interface you will first need to install:

  + Qt version 3.0.1 or later
       Available from  http://www.troll.no/

3. Its recommended that you compile using the GNU C++ compiler.
gcc/g++ versions 2.95.x work fine. gcc/g++ 3.0.x will also compile the code but the results have not been extensively tested.

4. If you encounter any installation problems or have any suggestions for improving the installation instructions please contact j.barker@dcs.shef.ac.uk


Good Luck!



