Install



On Unix platforms

First download the source distribution kit, as follows:.
> cd <some root>
> wget http://www.cmtsite.org/v1r14p<xxx>/CMTv1r14p<xxx>.tar.gz
> tar xzf CMTv1r14p<xxx>.tar.gz
    

This results in a directory structure like:

<some root>/CMT/v1r14pxxx/...
    
Then, you have to perform the installation by running:
unix> cd <some root>/CMT/v1r14pxxx/mgr
unix> ./INSTALL
unix> source setup.[c]sh

  or

dos> cd <some root>\CMT\v1r14pxxx\mgr
dos> call INSTALL.bat
dos> call setup.bat

    

At this stage, you may either build CMT yourself, or fetch from the download page some of the prebuilt binaries (note that even if you select to get one of the prebuilt binaries, you always have to first download the source kit).

unix> source setup.[c]sh
unix> [g]make

  or

dos> call setup.bat
dos> nmake /f nmake

    
Then CMT is installed, and read to be used. Users have then to connect to CMT by doing:

unix-csh> source <some root>/CMT/v1r14pxxx/mgr/setup.csh

  or

unix-sh> . <some root>/CMT/v1r14pxxx/mgr/setup.sh

  or

dos> call <some root>\CMT\v1r14pxxx\mgr\setup.bat
    

On Redhat Linux platforms

For those platforms, a binary RPM is available. The installation procedure becomes:

> wget http://www.cmtsite.org/v1r14pxxx/CMT-v1r14pxxx-1.i386.rpm
> rpm -Uvh --relocate /CMT=<some root>/CMT CMT-v1r14pxxx-1.i386.rpm
> source <some root>/CMT/v1r14pxxx/mgr/setup.[c]sh
    
Once the installation is complete, CMT is ready to use.


On Windows platforms

Some of the global configuration parameters for CMT may optionally be installed as Windows registry entries (although the environment variables style of definitions is fully supported). This can be done using the install.exe facility available from the download page or using the standard RegEdit facility :