Table of Contents

TerraLib 5.0 and TerraView 5.0 - Linux Environment

Tools

The basic tools you have to install in your environment to work with TerraLib and TerraView are:

SoftwareVersionWebsite
Git ​ Latest http://git-scm.com/
CMake ​ 2.8.12 http://www.cmake.org/cmake

The following tools are optional, and their use is described below:

SoftwareWebsiteFunction
Git-Cola http://git-cola.github.io/downloads.html General User Interface that makes it easier to use GIT on Unix platforms
Doxygen http://sourceforge.net/projects/doxygen/ used to generate the documentation

Dependencies

The Terralib library is split into several modules providing different functionality, therefore, each have a particular set of dependencies. The following tables show the libraries required to compile the list of Terralib modules, however the most updated list is under DEPENDENCIES file located under the terralib root directory.

LibraryVersionWebsite
Boost 1.54 Boost
DL - -
Log4cxx 0.10.0 Log4cxx
LibraryVersionWebsite
Proj4 4.8.0 Proj4
LibraryVersionWebsite
Xerces 3.1.1 Xerces-C++
LibraryVersionWebsite
Geos 3.3.9 Geos
LibraryVersionWebsite
Gdal 1.10.0 Gdal
LibraryVersionWebsite
QT 4.8.5 Qt
QWT 6.1.0 QWT

Once the environment is ready you can download the source code. Follow the instructions at: Download and Build