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
- Host: GitHub
- URL: https://github.com/Maproom/qmapshack
- Owner: Maproom
- License: gpl-3.0
- Created: 2019-09-12T14:39:02.000Z (over 5 years ago)
- Default Branch: dev
- Last Pushed: 2025-04-26T08:15:05.000Z (28 days ago)
- Last Synced: 2025-04-26T08:31:44.666Z (28 days ago)
- Language: C++
- Homepage:
- Size: 132 MB
- Stars: 318
- Watchers: 18
- Forks: 68
- Open Issues: 84
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- Contributing: .github/contributing.md
- License: LICENSE
Awesome Lists containing this project
- awesome - Maproom/qmapshack - Consumer grade GIS software (C++)
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
makeTo 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)