- install flatpak and flatpak-builder
- add flathub to the (user) remotes
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo - Build with
flatpak-builder --user --force-clean --install --install-deps-from=flathub <BUILDDIR> sirEdit/de.marko10-000.sirEdit.jsonBe careful,<BUILDDIR>and the current path should NOT be in the directory of the git. - Run the programm with
flatpak run de.marko10_000.sirEdit
- create build dir and enter it
- run
meson <SOURCE> - run
ninja - execute
sirEdit
- PEGTL https://github.com/taocpp/PEGTL
- gtkmm https://www.gtkmm.org/en/
- gtest (test only) https://github.com/google/googletest