Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The <Trafodion source directory> is source tree base for Trafodion.
The <tools installation directory> is where Trafodion required tools are located. 

This will build a debug version of Trafodion.

 
Code Block
languagetext
cd <Trafodion source directory>
export TOOLSDIR=<tools installation directory>
source ./env.sh
 

...