Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:terralib5_environment_windows [2013/12/18 13:22] felipe.siqueira [Dependencies] |
wiki:terralib5_environment_windows [2016/09/14 10:07] (current) marisa |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Windows Environment ===== | + | ===== TerraLib 5.0 - Windows Environment ===== |
| ==== Tools ==== | ==== Tools ==== | ||
| Line 25: | Line 25: | ||
| * **Adjusting you PATH environment:** Click third option (Run Git and included Unix Tools ...) | * **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) | * **Configuring the line ending conversions:** click the first option (Checkout Windows-style, commit Unix-style line endings) | ||
| - | * | ||
| ==== Dependencies ==== | ==== 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 what library is required to compile each of the Terralib modules. | + | The TerraLib library is split into several modules providing different functionality, therefore, each have a particular set of dependencies. |
| + | |||
| + | Microsoft Visual C++ users can download and unpack the third-party libraries compiled for building 32-bit or 64-bit version of TerraLib with Qt4 or Qt5 support from here: | ||
| + | |||
| + | [[http://www.dpi.inpe.br/terralib5-devel/attic/old/terralib5-3rdparty-win32-qt4.zip_old|32-bits-with-Qt4 (ZIP ~66 Mbytes)]] | ||
| + | |||
| + | [[http://www.dpi.inpe.br/terralib5-devel/attic/old/terralib5-3rdparty-win32-qt5.zip_old|32-bits-with-Qt5 (ZIP ~66 Mbytes)]] | ||
| + | |||
| + | [[http://www.dpi.inpe.br/terralib5-devel/attic/old/terralib5-3rdparty-win64-qt5.zip|64-bits-with-Qt5 (ZIP ~66 Mbytes)]] | ||
| + | |||
| + | [[http://www.dpi.inpe.br/terralib5-devel/attic/old/terralib5-3rdparty-win64.zip|64-bits-with-Qt4 (ZIP ~66 Mbytes)]] | ||
| + | |||
| + | Once the environment is ready you can [[wiki:terralib5_download| download]] the source code and build the library. | ||
| + | |||
| + | The following tables show some dependencies required to compile TerraLib modules, however the most updated list is under DEPENDENCIES.txt file located under the terralib root directory. | ||
| * terralib_common | * terralib_common | ||
| Line 40: | Line 53: | ||
| ^Library^Version^Website^ | ^Library^Version^Website^ | ||
| - | |Boost | 1.50 |[[http://www.boost.org/| Boost]] | | + | |Boost | 1.54.0 |[[http://www.boost.org/| Boost]] | |
| |LibIntl | 0.12.0.0 | [[http://gnuwin32.sourceforge.net/packages/libintl.html |LibIntl]]| | |LibIntl | 0.12.0.0 | [[http://gnuwin32.sourceforge.net/packages/libintl.html |LibIntl]]| | ||
| |Log4cxx |0.10.0 |[[http://logging.apache.org/log4cxx| Log4cxx]]| | |Log4cxx |0.10.0 |[[http://logging.apache.org/log4cxx| Log4cxx]]| | ||
| Line 52: | Line 65: | ||
| ^Library^Version^Website^ | ^Library^Version^Website^ | ||
| - | |Xerces | 3.1.1 | [[http://xerces.apache.org/xerces-c| Xerces-C++]] | | + | |Xerces | 3.1.0 | [[http://xerces.apache.org/xerces-c| Xerces-C++]] | |
| * terralib_geometry | * terralib_geometry | ||
| Line 63: | Line 76: | ||
| ^Library^Version^Website^ | ^Library^Version^Website^ | ||
| - | |Geos | 3.2.3 |[[http://trac.osgeo.org/geos| Geos]]| | + | |Geos | 3.3.9 |[[http://trac.osgeo.org/geos| Geos]]| |
| * terralib_maptools | * terralib_maptools | ||
| Line 82: | Line 95: | ||
| ^Library^Version^Website^ | ^Library^Version^Website^ | ||
| - | |QT |4.8.5 |[[https://qt-project.org/downloads| Qt]] | | + | |QT |4.8.6 |[[https://qt-project.org/downloads| Qt]] | |
| |QWT |6.1.0 | [[http://qwt.sourceforge.net| QWT]] | | |QWT |6.1.0 | [[http://qwt.sourceforge.net| QWT]] | | ||
| * terralib_terralib4 | * terralib_terralib4 | ||
| - | ^Library^Version^Website^ | + | ^Library^Version^ |
| - | |TerraLib | Only in 32-bits Version of the third-party libraries | | + | |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: [[http://www.dpi.inpe.br/terralib5/terralib_3rdparty_win32.zip|32-bits Version (ZIP ~50 Mbytes)]] | + | |
| - | Once the environment is ready you can download the source code. Follow the instructions at: [[wiki:terralib5_download| Download]] | ||