jusirkka / qutenav

Offline vector marine chart plotter / navigator for SailfishOS and Linux.
12 stars 4 forks source link
charts glsl-shaders opengl qml senc-charts

QuteNav

Marine chart plotter / navigator for Sailfish OS and Linux which draws it's inspiration from OpenCPN and Navionics Boating. QuteNav is not feature complete yet, see TODO file for missing but planned features. Only offline vector charts are supported, namely

For sources of these charts, see the OpenCPN chart source page

QuteNav is released under the GNU General Public License (GPL) version 3. QuteNav also contains source code from other projects

Build dependencies

Minimum supported Qt version is 5.6.

Runtime dependencies

Building and installing SailfishOS app

Preparations

  1. Install the SDK.
  2. git clone git@github.com:jusirkka/qutenav.git
  3. cd qutenav
  4. make -f sailfishos.make icons - you need inkscape for this

Install build dependencies

Build

Install

The built rpm package is in RPMS directory. Assuming you have enabled developer mode in your device, you can install the package by issuing the commands

Uninstall

Assuming you have enabled developer mode in your device, you can uninstall the package by issuing

Building and installing Linux Laptop/Desktop app