nohal / objsearch_pi

Vector chart search plug-in for OpenCPN
0 stars 5 forks source link

Added ARM64 as package option in cmake #9

Closed hreuver0183 closed 3 years ago

hreuver0183 commented 3 years ago

Small change makes creating a package for arm64 possible. modified: cmake/PluginPackage.cmake

rgleason commented 3 years ago

There are some other changes needed too. For example using the Frontend2 by Jon Gough in testplugin_pi

You would probably have to modify lines 98-114 in PluginSetup.cmake

and also in order to actually build the plugin tarball add or augment a script for arm64 to the ci folder

and then direct circleci to build it in the circleci/config.yml

hreuver0183 commented 3 years ago

I removed the PR as not too make too much noise for nohal. Currently the build process works on objsearch, at least for arm64.

The xml-file, tarball-name and the path need work and the frontend mentioned might be a good starting point. Thanks. Don't expect is tomorrow though.