File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ Building Introduction
55applications get built with Flatpak. This page provides an additional general
66overview of what's involved.
77
8+ .. note ::
9+
10+ App stores like `Flathub <https://docs.flathub.org/docs/for-app-authors/submission >`_
11+ has additional requirements on the building process. Please refer to
12+ their respective documentation for details.
13+
814flatpak-builder
915---------------
1016
@@ -13,6 +19,10 @@ allows you to take the source files for an application and build it into a
1319Flatpak application. It also allows multiple other dependencies to be built
1420at the same time, which get bundled into the build.
1521
22+ It is packaged by several distributions and there is a
23+ `Flatpak package <https://flathub.org/apps/org.flatpak.Builder >`_ called
24+ ``org.flatpak.Builder `` available for it too on Flathub.
25+
1626The input to ``flatpak-builder `` is a manifest file. This specifies the
1727parameters for the application that will be built, such as its name and
1828which runtime it will depend on. The manifest also lists all the modules
You can’t perform that action at this time.
0 commit comments