1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
<p align="center">
<img src="https://github.com/flatpak/flatpak/blob/master/flatpak.png?raw=true" alt="Flatpak icon"/>
</p>
Flatpak-builder is a tool for building flatpaks from sources.
See http://flatpak.org/ for more information.
Read documentation for the flatpak-builder [commandline tools](http://docs.flatpak.org/en/latest/flatpak-builder-command-reference.html).
# INSTALLATION
Flatpak-builder uses a traditional autoconf-style build mechanism. To build just do
```
./configure [args]
make
make install
```
Most configure arguments are documented in `./configure --help`. However,
there are some options that are a bit more complicated.
Flatpak-builder relies on flatpak, so it must be installed first.
|