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
Next revision Both sides next revision
geodma_2:build_inst [2017/06/19 00:46]
raian [CGAL 4.X (ref. 4.10)]
geodma_2:build_inst [2018/10/03 15:27]
raian [Ms Visual Studio (ref. 2013)]
Line 7: Line 7:
 == Mandatory ==  == Mandatory == 
    * CMake 3.X (https://​cmake.org/​)    * CMake 3.X (https://​cmake.org/​)
-   * TerraLib 5.X (http://​www.dpi.inpe.br/​terralib5) +   * TerraLib 5.4.X (http://​www.dpi.inpe.br/​terralib5) 
-   * Qt 5.X (5.4.2 with opengl ​recomended - https://​download.qt.io/​archive/qt/5.4/5.4.2/)+   * Qt 5.10.X (5.10.1  ​recomended - https://​download.qt.io/​official_releases/qt/5.10/5.10.1/)
    * CGAL 4.X (http://​www.cgal.org)    * CGAL 4.X (http://​www.cgal.org)
    * Boost 1.58 (In windows, it comes together with TerraLib dependencies)    * Boost 1.58 (In windows, it comes together with TerraLib dependencies)
 +   * C5.0 Decision Trees Library (https://​github.com/​rvmaretto/​c50_decisionTrees)
    * Python 2.7.X (https://​www.python.org) -- **Required** for Code Style checking    * Python 2.7.X (https://​www.python.org) -- **Required** for Code Style checking
  
Line 30: Line 31:
 Download CMake setup file and install it, adding the cmake command to the PATH environment variable (installer alread has an option to set up this option). Download CMake setup file and install it, adding the cmake command to the PATH environment variable (installer alread has an option to set up this option).
  
-==== Ms Visual Studio (ref. 2013) ====+==== Ms Visual Studio (ref. 2017) ====
  
-In order to build GeoDMA, TerraLib and other dependencies,​ Ms Visual studio will be needed. We strongly recomend to use the 2013 version, once other versions were not tested.+In order to build GeoDMA, TerraLib and other dependencies ​on Windows Environment, Ms Visual studio will be needed. We strongly recomend to use the 2017 version, once other versions were not tested.
  
 ==== NSIS (ref. 3.01) ==== ==== NSIS (ref. 3.01) ====
Line 123: Line 124:
     - In the field //Target Name//, replace the current value by //​$(ProjectName)d//​     - In the field //Target Name//, replace the current value by //​$(ProjectName)d//​
     - Go to //​Configuration Properties//​ >> //C/C++// >> //Code Generation//​.     - Go to //​Configuration Properties//​ >> //C/C++// >> //Code Generation//​.
-    - In the field //​RuntimeLibrary//,​ change the value to //​Multi-threaded DLL (/MD)// in the Release Configuration and to //​Multi-threaded Debug (/MTd)// in the Debug configuration.+    - In the field //​RuntimeLibrary//,​ change the value to //​Multi-threaded DLL (/MD)// in the Release Configuration and to //​Multi-threaded Debug DLL (/MDd)// in the Debug configuration.
     - Switch the project configuration to Release and repeat the two steps above.     - Switch the project configuration to Release and repeat the two steps above.
   - Build the solution for Debug AND Release. Some errors may occur in the project //​gmock_test//,​ **ignore it**. Warnings can either be ignored.   - Build the solution for Debug AND Release. Some errors may occur in the project //​gmock_test//,​ **ignore it**. Warnings can either be ignored.

Navigation