I am trying to build this package into my snap, the instructions to build are:
git clone GitHub - friendlyarm/WiringNP: This is a GPIO access library for NanoPI. It is based on the WiringOP for Orange PI which is based on original WiringPi for Raspberry Pi. cd WiringNP/ chmod 755 build ./build
I have add this code inside parts:
setup:
override-build: |
in plugin plugin: dump
.
Inside the snap (--shell-after
) I can use the library, but after installing the snap I get ProcessException: No such file or directory
.
Where is the right place to include the library build process so that it will be accessible as C library and as command line interface (which is part of what the build does).