QMapShack: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
Brian Wilson (talk | contribs)
Line 13: Line 13:
Prerequisites:
Prerequisites:
  sudo apt-get install cmake cmake-curses-gui
  sudo apt-get install cmake cmake-curses-gui
  sudo apt-get install qt5-default libqt5scripttools5 libqt5webkit5-dev
  sudo apt-get install qt5-default libqt5scripttools5 libqt5webkit5-dev qttools5-dev-tools
  sudo apt-get install gdal-bin libgdal-dev proj-bin libproj-dev
  sudo apt-get install gdal-bin libgdal-dev proj-bin libproj-dev



Revision as of 23:34, 24 August 2015

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)

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:

sudo apt-get install cmake cmake-curses-gui
sudo apt-get install qt5-default libqt5scripttools5 libqt5webkit5-dev qttools5-dev-tools
sudo apt-get install gdal-bin libgdal-dev proj-bin libproj-dev