Skip to content
Snippets Groups Projects
Commit 8911214c authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

add test build command to readme

parent 3930be3e
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment