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 Both sides next revision
wiki:documentation:devguide:working_environment [2018/08/23 11:06]
marisa [Dependencies]
wiki:documentation:devguide:working_environment [2018/08/23 11:31]
marisa [Dependencies]
Line 45: Line 45:
 |2013| Qt5.4.1| 5.0.0 | [[http://​www.dpi.inpe.br/​terralib5/​terralib5-3rdparty/​terralib-5.0.0-3rdparty-msvc-2013-win32.zip|terralib-5.0.0-3rdparty-msvc-2013-win32]]| |2013| Qt5.4.1| 5.0.0 | [[http://​www.dpi.inpe.br/​terralib5/​terralib5-3rdparty/​terralib-5.0.0-3rdparty-msvc-2013-win32.zip|terralib-5.0.0-3rdparty-msvc-2013-win32]]|
  
-Alternativily+Alternativelydeveloper working on specific branch improving functionalities,​ correcting 3rdparty, fixing bugs on "​RELEASE-5.Y"​ branch and so on must take the third party from here: 
-  *[[http://​www.dpi.inpe.br/​terralib5-devel/​3rdparty/​bin| developers working on "​DEVELOP"​ branch can use the most updated third party available for MSVC 2013/2017, keeping in mind that it might not work for tagged releases]]  + 
-  *[[http://​www.dpi.inpe.br/​terralib5-devel/​3rdparty/​bin/|developers working ​to fix bugs on "​RELEASE-5.Y"​ branch ​ can choose ​the corresponding directory ​(5.Yto pick up the right 3rdparty, keeping in mind that it might not work for tagged releases or DEVELOP branch]]. +^Branch^3rdparty Zip^ Comments^ 
- +|DEVELOP|[[http://​www.dpi.inpe.br/​terralib5-devel/​3rdparty/​bin]]| Pick the 3rdparty here  | 
 +|relelase-5.Y|[[http://​www.dpi.inpe.br/​terralib5-devel/​3rdparty/​bin]]Go to the corresponding directory ​'5.Y' ​to pick up the right 3rdparty ​| 
 The third party dependencies must be uncompressed in a local directory, for example ''​C:​\TL5\''​. After that all dependencies will be at ''​C:​\TL5\terralib5-3rdparty-msvc-2017-win64''​. This location should be part of CMAKE_PREFIX_PATH (CMake tool) when configuring your environment.((Also,​ it is used to run your application inside Visual Studio (after ALL_BUILD), set the debugging environment to ''​terraview''​ project, Properties->​Configuration Properties->​Debugging,​ set the Environment as PATH=C:​\TL5\terralib5-3rdparty-msvc-2017-win64\lib;​C:​\Qt\Qt5.10.1\5.10.1\msvc2017_64\bin)) The third party dependencies must be uncompressed in a local directory, for example ''​C:​\TL5\''​. After that all dependencies will be at ''​C:​\TL5\terralib5-3rdparty-msvc-2017-win64''​. This location should be part of CMAKE_PREFIX_PATH (CMake tool) when configuring your environment.((Also,​ it is used to run your application inside Visual Studio (after ALL_BUILD), set the debugging environment to ''​terraview''​ project, Properties->​Configuration Properties->​Debugging,​ set the Environment as PATH=C:​\TL5\terralib5-3rdparty-msvc-2017-win64\lib;​C:​\Qt\Qt5.10.1\5.10.1\msvc2017_64\bin))