You are on page 1of 1

Install TTCN-3 TITAN TTCN-3 TOOLSET:

Related to Eclipse:
You can download most of the dependencies from:
https://projects.eclipse.org/projects/tools.titan/downloads
1. Download Eclipse [Downloaded eclipse-cpp-mars-2-win32-x86_64.zip]
2. Download Apache Commons Collections [Downloaded commonscollections4-4.1-bin.zip]
3. Download jung-1.7.6.jar [Downloaded jung-1.7.6.jar.zip]
4. Download Eclipse Titan plugin [Eclipse plug-ins 5.4.0]
5. Download Cygwin
Installing Prerequisites on Cygwin:
In Package Selection Dialog select:
1. Minimally required packages for Test Execution only, from the command
line or Eclipse Titan Executor:
a. Base: <All packages>
b. Net: openssl
c. Tcl: expect
2. Minimally required packages for Test case development:
a. Devel: binutils
b. Devel: gcc-g++
c. Devel: make
d. Libs: libxml2-devel
e. Net: openssl-devel
3. Minimally required packages for compiling your own Tital Cygwin binary
a. Devel: bison
b. Devel: ctags
c. Devel: cygwin32-expat
d. Devel: diffstat
e. Devel: flex
f. Devel:: gcc-core
g. Editors: any editor e.g. vi, nedit xemacs, gedit, nano etc
h. Libs: libncurses-devel
i. Libs: libreadlibe-devel
When installation finishes, add $CYGWIN_INSTALL_DIRECTORY\bin directory to
the PATH environment variable of Windows, so Eclipse will access the shell
commands

You might also like