QMapShack
From Wildsong
Jump to navigationJump to search
This page is about the program formerly known as QLandKarteGT or something. New name is easier to spell.
My current interest in QMapShack is in getting the ability to create and load JNX files onto my Garmin 62SC and possibly also my Garmin Monterra.
Building from source (Linux version)
I did get it to build eventually. Needless to say the version in the Ubuntu packages is outdated.
I wish I could say "Mac OS/X version" but there is not one built yet.
I downloaded the tarball and built it on a Mint virtual machine.
Prerequisites: On Ubuntu 15.05, try this:
sudo apt-get build-dep qmapshack
else
sudo apt-get install cmake cmake-curses-gui routino sudo apt-get install qt5-default libqt5scripttools5 libqt5webkit5-dev qttools5-dev-tools sudo apt-get install gdal-bin libgdal-dev proj-bin libproj-dev