Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
wiki:terralib50_build [2015/09/08 14:43] marisa |
wiki:terralib50_build [2015/09/08 14:58] (current) marisa |
||
|---|---|---|---|
| Line 62: | Line 62: | ||
| -------------------------- | -------------------------- | ||
| - | a) We will assume that the TerraLib source tree (git clone) is located at: | + | a) We will assume that the TerraLib source tree ([[http://www.dpi.inpe.br/terralib5/wiki/doku.php?id=wiki:terralib50_download|git clone]]) is located at: |
| C:\terralib\codebase | C:\terralib\codebase | ||
| Line 75: | Line 75: | ||
| c) Create a folder out of the TerraLib source tree to build the binaries, for example: | c) Create a folder out of the TerraLib source tree to build the binaries, for example: | ||
| C:\terralib\build-win64 | C:\terralib\build-win64 | ||
| - | (or C:\terralib\build-win64) | + | (or C:\terralib\build-win32) |
| d) Open CMake-GUI in order to generate a build project for Microsoft Visual C++ 2013 (64-bit or 32-bit). | d) Open CMake-GUI in order to generate a build project for Microsoft Visual C++ 2013 (64-bit or 32-bit). | ||
| Line 90: | Line 90: | ||
| * Qt CMake => look for the Qt dir containing ''Qt5Config.cmake'' | * Qt CMake => look for the Qt dir containing ''Qt5Config.cmake'' | ||
| - | Example for win64: Press ''AddEntry'' button and inform the name ''CMAKE_PREFIX_PATH'', type ''PATH'' and set its value as: | + | Example for win64: Press ''AddEntry'' button and inform the name ''CMAKE_PREFIX_PATH'', type ''PATH'' and set its value as (do not press the bottom "..." to add the two paths, because the second will overwrite the first): |
| CMAKE_PREFIX_PATH => C:/terralib/terralib5-3rdparty-msvc-2013-win64;C:/Qt/Qt5.4.1/5.4/msvc2013_64/lib/cmake/Qt5 | CMAKE_PREFIX_PATH => C:/terralib/terralib5-3rdparty-msvc-2013-win64;C:/Qt/Qt5.4.1/5.4/msvc2013_64/lib/cmake/Qt5 | ||