An open API service indexing awesome lists of open source software.

https://github.com/Maproom/qmapshack

Consumer grade GIS software
https://github.com/Maproom/qmapshack

Last synced: 27 days ago
JSON representation

Consumer grade GIS software

Awesome Lists containing this project

README

        

Next to all dependencies you need a working GIT, g++ and cmake installation to compile QMapShack on your computer. Clone and compile the code base by:

git clone https://github.com/Maproom/qmapshack.git QMapShack
cd QMapShack
git checkout dev
cd ..
mkdir build_QMapShack
cd build_QMapShack
ccmake ../QMapShack
make

To update the code to the cutting edge do in QMapShack:

git pull

And change back to build_QMapShack:

make

Dependencies

* [Qt5](https://www.qt.io/) (at least 6.8)
* [GDAL](http://www.gdal.org/) (at least GDAL 3.0.0)
* [Proj4](https://proj.org/) (at least 9.0.0)
* [Routino](http://www.routino.org/) (at least 3.1)
* [QuaZip](http://quazip.sourceforge.net/index.html) (Qt6 V1.x)
* CMake/Make
* a C++ compiler (supporting C++11)