Message Scope Plugin for OpenCPN
=======================================
monitor and display opencpn internal messages

Compiling
=========
* git clone git://github.com/seandepagnier/rtlsdr_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:

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

License
=======
The plugin code is licensed under the terms of the GPL v3 or, at your will, later.