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 [2024/12/04 16:51] castejon [Tools] |
wiki:documentation:devguide:working_environment [2024/12/04 17:02] (current) castejon [Dependencies] |
||
---|---|---|---|
Line 15: | Line 15: | ||
|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 52: | 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. |