Comment by πŸ‘» ps

Re: "I'm trying to build my first Flatpak app for some…"

In: s/Linux

The problem, I don't understand where is the sandbox ends there :)

I expect that should build boost binaries and place it somewhere in Flatpak container, but my build attempt fails.

Wondering, in the internet I found only this tip:

β€” https://github.com/boostorg/boost/issues/334

It looks like Boost is never used inside the container and may be available somewhere in the SDK, such as the GTK one.

πŸ‘» ps [OP]

2025-04-03 Β· 1 year ago

2 Later Comments ↓

πŸ‘» ps [OP] Β· 2025-04-03 at 12:25:

@HanzBrix thanks, but this is not a GTK app.

I already found a solution in the `--prefix=` path fixed.

Now I intend to create an article to document this journey for beginners like me!

πŸ‘» ps [OP] Β· 2025-04-05 at 08:06:

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 :)

Original Post

πŸŒ’ s/Linux

πŸ‘» ps:

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?

πŸ’¬ 5 comments Β· 2025-04-03 Β· 1 year ago