Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

...

Panel
borderColorgray
borderWidth2
borderStylesolod
titleAbout

describes the tools that need to be manually downloaded, built and installed on a system used to build Trafodion.

Table of Contents

Configurable Installation

The location of the tools is configurable and can be specified in the Trafodion configuration file. The Trafodion configuration file template is located in:

...

Following the directory structure shown in the template file makes it easier to specify the location of these tools for the build. This means you will only need to set the TOOLSDIR environment variable to the value of the common parent directory before building Trafodion.

Required Build Tools

Several tools need to be downloaded, built, and installed:

...

Download: http://archive.apache.org/dist/thrift/0.9.0/

Consideration: Behind a firewall, you may need the ant flags to specify a proxy.

Install:

Code Block
languagetext
tar -xzf thrift-0.9.0.tar.gz
cd thrift-0.9.0
./configure --prefix=<tool installation dir>/thrift-0.9.0 --without-qt 
make
make install

...

Code Block
languagetext
tar -xzf apache-maven-3.3.3-bin.tar.gz -C <tool installation directory>