Skip to content

seandepagnier/squiddio_pi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Squiddio for OpenCPN
=======================================
Squiddio is a global user-sourced and maintained repository of sailing destinations. Plugin enables downloading and viewing destinations as waypoints from within OpenCPN. More information and object libraries available at http://squidd.io/squiddio_pi 

Compiling
=========
You have to be able to compile OpenCPN itself - Get the info at http://opencpn.org/ocpn/developers_manual

* git clone git://github.com/mauroc/squiddio_pi.git

Build:

* cd squiddio_pi
* mkdir build
* cd build
* cmake ..

On Unix:
* make

On Windows:
You need a corresponding opencpn.lib file in your build directory. If you don't want to build one yourself as part of the OpenCPN core, several different are available at https://sourceforge.net/projects/opencpnplugins/files/opencpn_lib/. For this plugin, the 3.3.1824 or newer is fine.
* cmake --build .

Generate packages:

On Unix:
To build RPM packages, you need the respective tools, so on Debian/Ubuntu, do "sudo apt-get install rpm"
* make package

On Windows:
cmake --build . --target package --config release

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

Releases

No releases published

Packages

No packages published