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
Last revision Both sides next revision
wiki:documentation:devguide:dependencies [2019/12/18 18:47]
marisa
wiki:documentation:devguide:dependencies [2020/10/16 19:28]
marisa [Mac OS X]
Line 80: Line 80:
  
   * Copy one of the scripts (from your local codebase folder) to the same folder you have downloaded the 3rdparty package:   * Copy one of the scripts (from your local codebase folder) to the same folder you have downloaded the 3rdparty package:
 +    * **[[https://​gitlab.dpi.inpe.br/​terralib/​terralib/​blob/​develop/​install/​install-3rdparty-linux-generic.sh|install-3rdparty-linux-generic.sh]]** (use this script if terralib version is >=  5.5.2)
     * **[[https://​gitlab.dpi.inpe.br/​terralib/​terralib/​blob/​develop/​install/​install-3rdparty-linux-ubuntu-18.04.sh|install-3rdparty-linux-ubuntu-18.04.sh]]**     * **[[https://​gitlab.dpi.inpe.br/​terralib/​terralib/​blob/​develop/​install/​install-3rdparty-linux-ubuntu-18.04.sh|install-3rdparty-linux-ubuntu-18.04.sh]]**
     * **[[https://​gitlab.dpi.inpe.br/​terralib/​terralib/​blob/​develop/​install/​install-3rdparty-linux-ubuntu-16.04.sh|install-3rdparty-linux-ubuntu-16.04.sh]]**     * **[[https://​gitlab.dpi.inpe.br/​terralib/​terralib/​blob/​develop/​install/​install-3rdparty-linux-ubuntu-16.04.sh|install-3rdparty-linux-ubuntu-16.04.sh]]**
Line 89: Line 90:
  
 Copy one of the scripts (from your local codebase folder) to the same folder you have downloaded the 3rdparty package: Copy one of the scripts (from your local codebase folder) to the same folder you have downloaded the 3rdparty package:
-    * **[[https://​gitlab.dpi.inpe.br/​terralib/​terralib/​blob/​release-5.4/​install/​install-3rdparty-linux-ubuntu-18.04.sh|install-3rdparty-linux-ubuntu-18.04.sh]]**+    * **[[https://​gitlab.dpi.inpe.br/​terralib/​terralib/​blob/​release-5.5/​install/​install-3rdparty-linux-generic.sh|install-3rdparty-linux-generic.sh]]** (use this script if terralib version is >=  5.5.2) 
 +    * **[[https://​gitlab.dpi.inpe.br/​terralib/​terralib/​blob/​release-5.5/​install/​install-3rdparty-linux-ubuntu-18.04.sh|install-3rdparty-linux-ubuntu-18.04.sh]]**
     * **[[https://​gitlab.dpi.inpe.br/​terralib/​terralib/​blob/​release-5.4/​install/​install-3rdparty-linux-ubuntu-16.04.sh|install-3rdparty-linux-ubuntu-16.04.sh]]**     * **[[https://​gitlab.dpi.inpe.br/​terralib/​terralib/​blob/​release-5.4/​install/​install-3rdparty-linux-ubuntu-16.04.sh|install-3rdparty-linux-ubuntu-16.04.sh]]**
  
 Open the shell command line and call the script **install-3rdparty-linux-ubuntu-18.04.sh** (or the Ubuntu 16.04 one) setting the target to install all the stuffs from these third-party libraries and tools: Open the shell command line and call the script **install-3rdparty-linux-ubuntu-18.04.sh** (or the Ubuntu 16.04 one) setting the target to install all the stuffs from these third-party libraries and tools:
 <code bash> <code bash>
 +$ TERRALIB_DEPENDENCIES_DIR="/​home/​user/​mylibs"​ ./​install-3rdparty-linux-generic.sh (use this script if terralib version is >=  5.5.2)
 $ TERRALIB_DEPENDENCIES_DIR="/​home/​user/​mylibs"​ ./​install-3rdparty-linux-ubuntu-18.04.sh $ TERRALIB_DEPENDENCIES_DIR="/​home/​user/​mylibs"​ ./​install-3rdparty-linux-ubuntu-18.04.sh
 </​code>​ </​code>​
Line 116: Line 119:
   * Copy the script ((from your local codebase folder)) to the same folder you have downloaded the 3rdparty package:   * Copy the script ((from your local codebase folder)) to the same folder you have downloaded the 3rdparty package:
  
-    * **[[https://​gitlab.dpi.inpe.br/​terralib/​terralib/​blob/​release-5.2/​install/​install-3rdparty-macos-sierra.sh|install-3rdparty-macos-sierra.sh]]**. ​   ​+    * **[[https://​gitlab.dpi.inpe.br/​terralib/​terralib/​blob/​release-5.5/​install/​install-3rdparty-macos-sierra.sh|install-3rdparty-macos-sierra.sh]]**. ​   ​
  
 Open the shell command line. Open the shell command line.
Line 122: Line 125:
 Make sure your Qt and CMake environment can be found in your PATH: Make sure your Qt and CMake environment can be found in your PATH:
 <code bash> <code bash>
-$ export PATH=$PATH:/​Users/​user/​Qt5.12.3/​5.4/​clang_64/​bin:/​Applications/​CMake.app/​Contents/​bin+$ export PATH=$PATH:/​usr/​local/​Cellar/​autoconf/​2.69/​bin:/​Users/​user/​Qt5.12.3/​5.12.3/​clang_64/​bin:/​Applications/​CMake.app/​Contents/​bin
 or or
 $ export PATH=$PATH:/​Users/​user/​Qt5.12.3/​5.4/​clang_64/​bin:/​Applications/​CMake.app/​Contents/​bin $ export PATH=$PATH:/​Users/​user/​Qt5.12.3/​5.4/​clang_64/​bin:/​Applications/​CMake.app/​Contents/​bin