From 8911214cc0ee4260003b9e2a02385760552c0f4d Mon Sep 17 00:00:00 2001 From: Joseph Walton-Rivers <joseph@walton-rivers.uk> Date: Fri, 22 Jul 2022 00:08:41 +0100 Subject: [PATCH] add test build command to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5769805..03f46aa 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,14 @@ find_package( fggl REQUIRED PATHS /tmp/fggl-lib ) target_link_libraries(game fggl::fggl) ``` +### Flatpak Demo + +This is still experimental, but the command used to test flatpak compatablity with the demo application is: + +``` +flatpak-builder builds/flatpak build-aux/com.fossgalaxy.fggl.demo.yml --force-clean --install --user +``` + ## Useful Tools The following tools are helpful for development: -- GitLab