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 82: Line 82:
 </​code>​ </​code>​
  
-**Some native system libraries may be required for the build process. The respective development packages must be installed as required.+**Warning:** Some native system libraries may be required for the build process. The respective development packages must be installed as required.
  
 **Warning:​** Don't choose as target location a system folder such as //​**/​usr**//​ or //​**/​usr/​local**//​. Try some user specific folder. The best suggestion is to replace the folder named //​**user**//​ by your user name. **Warning:​** Don't choose as target location a system folder such as //​**/​usr**//​ or //​**/​usr/​local**//​. Try some user specific folder. The best suggestion is to replace the folder named //​**user**//​ by your user name.
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> ​