Building flatpak
How to build Nuclear as a flatpak package
You can also build a flatpak version. You will need to install gobject-introspection
, and flatpak-builder
. After this you will need to install the runtimes and depedencies required by flatpak-builder
for the compile process. You will need the 19.08 version of these flatpaks.
Next, to build the project (use the --verbose
flag to get more output):
To run the built app:
You can turn the app to a local repo. Currently the file builds the latest release.
Last updated