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

TerraLib Developer's Guide - Source Code Instructions

In the root directory of TerraLib codebase (in the source code tree) there are some text files explaining the details of the codebase:

  • BRANCHES: Notes on how to switch to the right branch to work on or the right tag to get the source code.
  • BUILD-INSTRUCTIONS: Notes on how to compile and install TerraLib and TerraView for each platform.
  • CHANGELOG: List of changes in TerraLib and TerraView source code. Not available yet!
  • DEPENDENCIES: The list of third-party library you must install before building TerraLib and TerraView.
  • LICENSE: Licence statement in plain txt format.
  • README: Contains instructions about how to build and how is organized TerraLib plataform source code.