nanonyme / flatpak-builder

Tool to build flatpaks from source

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flatpak icon

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.

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.

About

Tool to build flatpaks from source

License:GNU Lesser General Public License v2.1


Languages

Language:C 89.2%Language:Shell 5.8%Language:M4 3.6%Language:Makefile 0.9%Language:Pawn 0.2%Language:C++ 0.2%Language:Python 0.0%