Install



On Unix platforms

Once the distribution kit is downloaded, and untarred, resulting in a directory structure like:

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

  or

dos> cd <some root>\CMT\v1r12\mgr
dos> call INSTALL.bat
dos> call setup.bat
dos> nmake /f nmake
    
Then CMT is installed, and anybody may use CMT simply by doing:
unix-csh> source <some root>/CMT/v1r12/mgr/setup.csh

  or

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

  or

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

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 :