# flatpak-builder
**Repository Path**: yusq77/flatpak-builder
## Basic Information
- **Project Name**: flatpak-builder
- **Description**: flatpak-builder
- **Primary Language**: Unknown
- **License**: LGPL-2.1
- **Default Branch**: auto
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2023-08-03
- **Last Updated**: 2023-08-31
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
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.