I want to create a snap directly from a executable of Linux , What plugin should i use.
I have compiled the code of C++ on Ubuntu 16 and want to convert it to snap , so that it can be executed on ubuntu core.
I want to create a snap directly from a executable of Linux , What plugin should i use.
I have compiled the code of C++ on Ubuntu 16 and want to convert it to snap , so that it can be executed on ubuntu core.
This tutorial should cover what you need. https://docs.snapcraft.io/build-snaps/pre-built
thanks . very helpful !