Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:documentation:devguide:working_environment [2020/11/25 09:55] marisa [Dependencies] |
wiki:documentation:devguide:working_environment [2024/12/04 17:02] (current) castejon [Dependencies] |
||
---|---|---|---|
Line 6: | Line 6: | ||
^Software^Version^Website^ | ^Software^Version^Website^ | ||
- | |Git | Latest |http://git-scm.com/| | ||
|CMake | 3.18.0| http://www.cmake.org/cmake| | |CMake | 3.18.0| http://www.cmake.org/cmake| | ||
|Qt| 5.12.3| https://download.qt.io/archive/qt/5.12/5.12.3//((copy and install this file ''qt-opensource-windows-x86-5.12.3.exe'' at C:/Qt and selecting Visual 2017))| | |Qt| 5.12.3| https://download.qt.io/archive/qt/5.12/5.12.3//((copy and install this file ''qt-opensource-windows-x86-5.12.3.exe'' at C:/Qt and selecting Visual 2017))| | ||
Line 14: | Line 13: | ||
^Software^Website^Function^ | ^Software^Website^Function^ | ||
- | |TortoiseGIT|http://code.google.com/p/tortoisegit| General User Interface that makes it easier to use GIT on Windows | | ||
- | |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 | | |Doxygen |http://sourceforge.net/projects/doxygen/| used to generate the documentation | | ||
- | === Installing and configuring GIT === | ||
- | Install the latest Git version from: [[ http://git-scm.com/downloads| 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 ==== | ==== Dependencies ==== | ||
The TerraLib library is splitted into several modules providing different functionality, therefore, each have a particular set of dependencies. | The TerraLib library is splitted into several modules providing different functionality, therefore, each have a particular set of dependencies. | ||
Line 34: | Line 23: | ||
^MSVC C++ ^QT ^ TerraView Tags^ 3rdparty Zip^ | ^MSVC C++ ^QT ^ TerraView Tags^ 3rdparty Zip^ | ||
- | |2017| Qt5.12.3| 5.6.0 | [[http://www.dpi.inpe.br/terralib5/terralib5-3rdparty/terralib-5.6.0-3rdparty-msvc-2017-win64.zip| terralib-5.6.0-3rdparty-msvc-2017-win64]]| | + | |2017| Qt5.12.3| 5.6.4, 5.6.5 | [[http://www.dpi.inpe.br/terralib5/terralib5-3rdparty/terralib-5.6.4-and-5.6.5-3rdparty-msvc-2017-win64.zip| terralib-5.6.4-and-5.6.5-3rdparty-msvc-2017-win64]]| |
+ | |2017| Qt5.12.3| 5.6.0, 5.6.1, 5.6.3 | [[http://www.dpi.inpe.br/terralib5/terralib5-3rdparty/terralib-5.6.1-upto-5.6.3-3rdparty-msvc-2017-win64.zip| terralib-5.6.1-upto-5.6.3-3rdparty-msvc-2017-win64]]| | ||
|2017| Qt5.12.3| 5.5.2 | [[http://www.dpi.inpe.br/terralib5/terralib5-3rdparty/terralib-5.5.2-3rdparty-msvc-2017-win64.zip| terralib-5.5.2-3rdparty-msvc-2017-win64]]| | |2017| Qt5.12.3| 5.5.2 | [[http://www.dpi.inpe.br/terralib5/terralib5-3rdparty/terralib-5.5.2-3rdparty-msvc-2017-win64.zip| terralib-5.5.2-3rdparty-msvc-2017-win64]]| | ||
|2017| Qt5.12.3| 5.5.1 | [[http://www.dpi.inpe.br/terralib5/terralib5-3rdparty/terralib-5.5.1-3rdparty-msvc-2017-win64.zip| terralib-5.5.1-3rdparty-msvc-2017-win64]]| | |2017| Qt5.12.3| 5.5.1 | [[http://www.dpi.inpe.br/terralib5/terralib5-3rdparty/terralib-5.5.1-3rdparty-msvc-2017-win64.zip| terralib-5.5.1-3rdparty-msvc-2017-win64]]| | ||
Line 54: | Line 44: | ||
MacOS and Linux users can check the [[wiki:documentation:devguide:dependencies]] document. | MacOS and Linux users can check the [[wiki:documentation:devguide:dependencies]] document. | ||
- | Once the environment is ready you can [[wiki:documentation:devguide:cloning|clone]] terralib source code and build the library. Alternatively, you can download the source code from a [[wiki:documentation:devguide:cloning#getting_the_source_code_from_compressed_files|zip file ]]. | + | Once the environment is ready you can [[wiki:documentation:devguide:cloning|download]] terralib source code and build the library. |