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