TerraLib and TerraView Wiki Page

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:documentation:devguide:dependencies [2024/10/18 09:05]
castejon [Linux Ubuntu]
wiki:documentation:devguide:dependencies [2024/12/04 17:08] (current)
castejon [Microsoft Windows with Visual C++ 2013]
Line 197: Line 197:
 :: Where to install the third-parties (this folder will be referenced by CMAKE when building terralib5) :: Where to install the third-parties (this folder will be referenced by CMAKE when building terralib5)
 set TERRALIB_DEPENDENCIES_DIR=C:​\terralib5-3rdparty-msvc-2017-win64 set TERRALIB_DEPENDENCIES_DIR=C:​\terralib5-3rdparty-msvc-2017-win64
-:: Where is the TerraLib5 codebase ​(git clone)+:: Where is the TerraLib5 codebase
 set TERRALIB5_CODEBASE_PATH=C:​\MyDevel\terralib5 set TERRALIB5_CODEBASE_PATH=C:​\MyDevel\terralib5
 </​code> ​ </​code> ​
Line 247: Line 247:
 :: Where to install the third-parties (this folder will be referenced by CMAKE when building terralib5) :: Where to install the third-parties (this folder will be referenced by CMAKE when building terralib5)
 set TERRALIB_DEPENDENCIES_DIR=C:​\MyDevel\my-3rds set TERRALIB_DEPENDENCIES_DIR=C:​\MyDevel\my-3rds
-:: Where is the TerraLib5 codebase ​(git clone)+:: Where is the TerraLib5 codebase
 set TERRALIB5_CODEBASE_PATH=C:​\MyDevel\terralib5 set TERRALIB5_CODEBASE_PATH=C:​\MyDevel\terralib5
 </​code> ​ </​code> ​