Difference between revisions of "Flatpak"

From Lazarus wiki
Jump to navigationJump to search
(Created page with " =See also= * Deploying Your Application ==External links== * [https://github.com/search?q=org%3Aflathub+lazbuild&type=code Existing flatpack projects built with Lazaru...")
 
(Quick summary how Flatpack is relevant to us.)
Line 3: Line 3:
 
=See also=
 
=See also=
 
* [[Deploying Your Application]]
 
* [[Deploying Your Application]]
 +
 +
Flathub offers a very limited number of "platforms" that your application needs to fit into. It does not offer a GTK2 one but does have a QT5 one. However that platform does not contain all the libraries normally found on a Qt5 system so expect to have to bundle libraries into your Flatpack if your application makes use of other libraries.
 +
 +
Does not sound like a very FPC/Lazarus (as it stands now) friendly environment but there are some of "our" applications there.
  
 
==External links==
 
==External links==
Line 8: Line 12:
 
* [https://github.com/search?q=org%3Aflathub+lazbuild&type=code Existing flatpack projects built with Lazarus]
 
* [https://github.com/search?q=org%3Aflathub+lazbuild&type=code Existing flatpack projects built with Lazarus]
 
* [https://flathub.org/ flathub.org]
 
* [https://flathub.org/ flathub.org]
 +
* [https://discourse.flathub.org/t/questions-on-building/1975]
  
 
[[Category:Linux]]
 
[[Category:Linux]]
 
[[Category:Deployment]]
 
[[Category:Deployment]]

Revision as of 07:27, 16 January 2022


See also

Flathub offers a very limited number of "platforms" that your application needs to fit into. It does not offer a GTK2 one but does have a QT5 one. However that platform does not contain all the libraries normally found on a Qt5 system so expect to have to bundle libraries into your Flatpack if your application makes use of other libraries.

Does not sound like a very FPC/Lazarus (as it stands now) friendly environment but there are some of "our" applications there.

External links