This module is part of MAPPING - Marburg's Analysis, Processing and Provenance of Information for Networked Geographics.
- BZip2
- JPEGTURBO
- GEOS
- Boost: date_time
- GDAL
- PNG
- ZLIB
- PQXX
- CURL
- SQLite3
- LibArchive
- Fcgi
- Fcgi++
- cmake >= 3.7
- OpenCL
For information how to install MAPPING see mapping-install.md.
For information how to configure MAPPING see mapping-configuration.md. If you want to run MAPPING as FCGI, see Fast CGI configuration.md.
cmake .
make
- Debug Build
-DCMAKE_BUILD_TYPE=Debug
- Release Build
-DCMAKE_BUILD_TYPE=Release
- Module
-DMAPPING_MODULE_PATH=<path>
-DMAPPING_MODULES="<module1;module2;...>"
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DMAPPING_MODULES="mapping-gfbio;mapping-r" \
.
make -j4