Qt libraries: Qt 5.12 or following is needed (download also QtCharts).
Compiler:
MSVC = Microsoft Visual C++ compiler
MinGW = MinGW C++ compiler
build:
- open Qt shell (MSVC or MinGW version)
- move to deploy directory (cd [local path]\CRITERIA1D\deploy)
- execute CRITERIA1D_Build_Win_XXXX.bat
Only for MSVC:
before build execution call vcvarsall.bat to complete environment setup (with x64 option for 64-bit compilers)
example:
> cd C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build
> vcvarsall.bat x64
Compiler:gcc v.6 or later
Qt version 5.12 or later
GDAL version 3.0 or later
GEOS version 3.8 or later
build:
- execute CRITERIA1D_build_Linux.sh