Comment by π» ps
Re: "I'm trying to build my first Flatpak app for someβ¦"
Finally, I implemented this manifest, if someone interested in reviewing it:
β twister p2p manifest for Flatpak bundle
Can't say it was simple, I spent a few days on that but got some experience.
Now I want to create bundles for a few other abandoned apps :)
2025-04-05 Β· 1 year ago
Original Post
I'm trying to build my first Flatpak app for some application that people can't install on their modern systems. It's written in C++, requires libboost and some other dependencies to build, like libssl-dev, libdb++-dev, etc. Can I install them from the Flatpak or I should build them from the source?