This project requires these toolchains and libraries installed:
After that, you can just use make
Run this command to build the docker image:
docker build . -t overlayappbase-docker
And then run this command to compile the plugin:
docker run -it --rm -v ${PWD}:/project overlayappbase-docker make