Skip to content

Consumer grade GIS software forged from QMapShack plus some specific additional funcs.

License

Notifications You must be signed in to change notification settings

kkarsten62/qmapshack

 
 

Repository files navigation

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 (at least 5.8)
  • GDAL (at least GDAL 2.3)
  • Proj4 (at least 7.2.1)
  • Routino (at least 3.1)
  • QuaZip (Qt5 V1.x)
  • CMake/Make
  • a C++ compiler (supporting C++11)

About

Consumer grade GIS software forged from QMapShack plus some specific additional funcs.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.7%
  • C 2.5%
  • CMake 2.1%
  • Shell 1.4%
  • Python 1.3%
  • NSIS 0.6%
  • Other 0.4%