Maproom / qmapshack

Consumer grade GIS software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:C++ 91.5%Language:C 2.5%Language:CMake 2.1%Language:Shell 1.5%Language:Python 1.3%Language:NSIS 0.6%Language:Batchfile 0.3%Language:Roff 0.1%Language:Makefile 0.0%Language:Awk 0.0%