Difference between revisions of "Flatpak"

From Free Pascal wiki
Jump to navigationJump to search
Line 1: Line 1:
 +
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.
  
 
=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==

Revision as of 07:35, 16 January 2022

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.

See also

External links