Skip to content

Using as a template for new plugins: How to install this plugin or derivatives locally for testing? #411

@redhog

Description

@redhog

I'm trying to make a new plugin, and I'm basing it on this one as per OpenCPN developer docs.

I have previously been playing with the radar_pi plugin, which seems to use a very similar build system.
To install that one locally, you'd do mkdir build; cd build; cmake ..; make tarball and end up with a tar file you can import in the plugin manager of opencpn. It has a metadata.xml inside at the toplevel.

This repo has a make package, but no make tarball. And make package generates a tar file and an xml file, but the xml file is outside the tarball. When I try to import it in the plugin manager, it reports "Er ror extracting metadata from tarball". How is this supposed to work / how do you install locally?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions