TerraLib and TerraView Wiki Page

This is an old revision of the document!



Warning: Declaration of syntax_plugin_iframe::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /var/www/html/terralib5/wiki/lib/plugins/iframe/syntax.php on line 18

Warning: Declaration of syntax_plugin_iframe::render($mode, &$R, $data) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /var/www/html/terralib5/wiki/lib/plugins/iframe/syntax.php on line 18

Warning: Declaration of syntax_plugin_externallink::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /var/www/html/terralib5/wiki/lib/plugins/externallink/syntax.php on line 107

Warning: Declaration of syntax_plugin_externallink::render($mode, &$renderer, $data) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /var/www/html/terralib5/wiki/lib/plugins/externallink/syntax.php on line 107

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