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 the terralib library prior to building TerraView.

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

Also, make sure your compiling environment is prepared by following the instructions at Working Environment

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.

Example

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