You'll need the following dependencies:
- glib-2.0
- gobject-2.0
- libgranite-7-dev
- libgtk-4-dev
- libadwaita-1-dev
- meson
- valac
Run meson build to configure the build environment. Change to the build directory and run ninja to build
meson build --prefix=/usr
cd build
ninjaTo install, use ninja install, then execute with io.github.ecommunity.app-generator
ninja install
io.github.ecommunity.app-generatorRun flatpak-builder to configure the build environment, download dependencies, build, and install
flatpak-builder build io.github.ecommunity.app-generator.yml --user --install --force-clean --install-deps-from=appcenterThen execute with
flatpak run io.github.ecommunity.app-generator