TerraLib and TerraView Wiki Page

This is an old revision of the document!


TerraView 5.0.0-alpha Build and Install

Building TerraView

TerraView is included in Terralib as one of it's modules, therefore, it is necessary to either build or install the terralib library prior to building TerraView.

General information regarding the compilation proccess of the terralib library are detailed here: TerraLib Build and Install

This section will highlight the steps required to build TerraView. Note that, for the most part, the process is remarkably similar to building the Terralib library.

Cmake

Using the CMake Graphic Interface (cmake-gui) to build the compilation projects

Follow the steps detailed at TerraLib - Cmake

The only difference worth mentioning is that, like most modules, terraView is optional, so in order to be sure it will be compiled select it's option on the cmake interface as follows:

Using the CMake command line to build the compilation projects

Follow the steps detailed at TerraLib - Cmake

The only difference worth mentioning is that, like most modules, terraView is optional, so in order to be sure it will be compiled specify it's variable as true:

cmake -G 'Visual Studio 10' C:\Dev\Terralib\build -DTE_DEPENDENCIES_DIR=C:/Libs/terralib_3rdparty_win32 -DBUILD_TERRAVIEW=True