IBM
Contents Index Previous Next



Setting Up the TTCN Suite Environment


It is assumed that the TTCN Suite has been installed correctly, according to the instructions in the Installation Guide. The installation directory is pointed out by the environment variable $telelogic. This variable has to be set correctly in your UNIX environment.

  1. The TTCN Suite commands are made available if you add the bin directory to the environment variable PATH:
    setenv PATH ${PATH}:$telelogic/bin
    
    
    
  2. Also set the environment variable MANPATH to include the TTCN Suite and the X11 man directories, to make the manual pages available:
    setenv MANPATH \ 
    ${MANPATH}:$telelogic/itex/man:$telelogic/X11/man
    
    
    

If you type man itex, the UNIX manual entry for the TTCN Suite will be displayed. It describes the switches that may be used to set the default settings of the dialog options.

To be able to use the on-line help, you need an HTML viewer, either Firefox, Netscape or Internet Explorer. To select the HTML viewer to use, see Customizing the On-Line Help.


http://www.ibm.com/rational
Contents Index Previous Next