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
Last revision Both sides next revision
wiki:documentation:devguide:dependencies [2020/10/16 19:14]
marisa [Linux Ubuntu 18.04 and 16.04]
wiki:documentation:devguide:dependencies [2020/10/16 19:28]
marisa [Mac OS X]
Line 119: 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 125: 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