QMapShack: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
Brian Wilson (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
== Building from source (Linux version) ==
== Building from source (Linux version) ==


I did get it to build eventually.
Needless to say the version in the Ubuntu packages is outdated.
Needless to say the version in the Ubuntu packages is outdated.


Line 11: Line 12:
I downloaded the tarball and built it on a Mint virtual machine.
I downloaded the tarball and built it on a Mint virtual machine.


Prerequisites:
Prerequisites: On Ubuntu 15.05, try this:
  sudo apt-get install cmake cmake-curses-gui
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 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

Latest revision as of 00:07, 25 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)

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