Difference between revisions of "Flatpak"

From Lazarus wiki
Jump to navigationJump to search
(Quick summary how Flatpack is relevant to us.)
Line 12: 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]
+
* [https://discourse.flathub.org/t/questions-on-building/1975 A forum Post]
  
 
[[Category:Linux]]
 
[[Category:Linux]]
 
[[Category:Deployment]]
 
[[Category:Deployment]]

Revision as of 07:33, 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