rgleason / chartscale_pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Statusbar Plugin for OpenCPN
=======================================

The chart scale plugin provides a simple slider to change the chart scale

Compiling
=========

* git clone git://github.com/seandepagnier/chartscale_pi.git

Under windows, you must find the file "opencpn.lib" (Visual Studio) or "libopencpn.dll.a" (mingw) which is built in the build directory after compiling opencpn.  This file must be copied to the plugin directory.

Build as normally:

* cd ..
* cd build
* cmake ..
* make
* make install

License
=======
The plugin code is licensed under the terms of the GPL v3+

About

License:GNU General Public License v3.0


Languages

Language:CMake 51.7%Language:Shell 21.6%Language:C++ 20.9%Language:Batchfile 5.6%Language:C 0.2%