Skip to content

rgleason/autopilot_route_pi

 
 

Repository files navigation

Autopilot Route Plugin for OpenCPN

Implement Configurable Autopilot Route following abilities for opencpn

Compiling

  • git clone git://github.com/seandepagnier/autopilot_route_pi.git

Do NOT attempt to build this plugin from within the OpenCPN source tree.

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 or, at your will, later.

Packages

No packages published

Languages

  • C++ 54.3%
  • C 21.5%
  • CMake 15.9%
  • Shell 6.6%
  • Batchfile 1.7%