Ubuntu building snappy package of my application
-
Hello, I've made application in Qt, I compiled it, I have raw bin file, I just want to make snappy package which will work, I found few examples on github, but it's really hard to understand, because there's only yaml file without bin, can someone tell me the easiest way to build snappy package?
And please, don't send me link to http://snapcraft.io/
-
Macieju,
You should allow for more time so people can respond. A rule of thumb is about 24 hours, so all regular members irrespective of their time zone could see and write, if they're able and willing. Also you might get better results asking in the Ubuntu or Snappy forums as this is pretty platform specific. I for one have no idea what a snappy package is.Kind regards.
-
@orzel1244 As @kshegunov you should really post it on one of the ubuntu forums.
Qt itself doesnot have any functionality to do create snappy packages so this question is out of scope of this forum. -
Hi!
You really have to read http://snapcraft.io/ !
There is everything you need. In short: Create data-structure, write a meta/snap.yaml - file containing a description and all executable binaries as mentioned on the site. Thats it.As kshegunov wrote: This is a question for ubuntu forums and Qt won't read that website for you :)
-
You can take https://github.com/pbek/QOwnNotes/tree/develop/build-systems/snap/snapcraft as example.