TerraLib and TerraView Wiki Page

This is an old revision of the document!


Windows Environment

Tools

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

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

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

SoftwareWebsiteFunction
TortoiseGIThttp://code.google.com/p/tortoisegit General User Interface that makes it easier to use GIT on Windows
Doxygen http://sourceforge.net/projects/doxygen/ used to generate the documentation

Installing and configuring GIT

Install the latest Git version from: GIT

Follow the default settings, except at:

  • Select Components: click Windows Explorer Integration, Git Bash, Git GUI.
  • Adjusting you PATH environment: Click third option (Run Git and included Unix Tools …)
  • Configuring the line ending conversions: click the first option (Checkout Windows-style, commit Unix-style line endings)

Dependencies

The Terralib library is split into several modules, each of these provide different functions, therefore, each have a particular set of dependencies. The following tables will show which libraries are required to compile each of the Terralib modules.

  • terralib_common
  • terralib_classification
  • terralib_color
  • terralib_datatype
  • terralib_plugin
  • terralib_xlink
  • terralib_xsd
  • terralib_xml
LibraryVersionWebsite
Boost 1.50 Boost
LibIntl 0.12.0.0 LibIntl
Log4cxx 0.10.0 Log4cxx
  • terralib_srs
LibraryVersionWebsite
Proj4 4.8.0 Proj4
  • terralib_xerces
LibraryVersionWebsite
Xerces 3.1.1 Xerces-C++
  • terralib_geometry
  • terralib_annotationtext
  • terralib_filter
  • terralib_gml
  • terralib_raster
  • terralib_memory
  • terralib_symbology
LibraryVersionWebsite
Geos 3.2.3 Geos
  • terralib_maptools
  • terralib_ogr
  • terralib_gdal
LibraryVersionWebsite
Gdal 1.10.0 Gdal
  • terralib_statistic
  • terralib_rp
  • terralb_qt_widgets
  • terralib_serialization
  • terralib_qt_af
  • terralib_vp
  • terralib_qtplugins
  • TerraView;
LibraryVersionWebsite
QT 4.8.5 Qt
QWT 6.1.0 QWT
  • terralib_terralib4
LibraryVersion
TerraLib 4 Only in 32-bits Version of the third-party libraries

Optionally, you can download and unpack the third-party libraries compiled in Visual C++ 2010 from here: 32-bits Version (ZIP ~50 Mbytes)

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