Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 587 Bytes

building.rst

File metadata and controls

22 lines (18 loc) · 587 Bytes

Building

This section contains detailed information on how to build applications as Flatpaks. It starts with an overview of the build process, before diving into requirements for applications, guidance on key decisions, information on how to use flatpak-builder, and how to write manifest files.

If you haven't already, it is recommended to run through :doc:`first-build` before reading this section.

.. toctree::
   :maxdepth: 2

   building-introduction
   conventions
   dependencies
   flatpak-builder
   manifests
   sandbox-permissions
   guides
   troubleshooting