eu.ad5001.LogarithmPlotter/README.md

16 lines
508 B
Markdown
Raw Permalink Normal View History

# eu.ad5001.LogarithmPlotter
2022-01-26 09:59:15 +00:00
Flahub repository for [LogarithmPlotter](https://apps.ad5001.eu/logarithmplotter/).
## Build
You can build the latest version of LogarithmPlotter flatpak using `flatpak-builder`:
```bash
flatpak-builder AppDir eu.ad5001.LogarithmPlotter.json
```
2022-01-26 10:00:53 +00:00
After it finishes building (note that this step can take a while as it compiles Qt), you can run it using:
```bash
flatpak-builder --run AppDir/ eu.ad5001.LogarithmPlotter.json logarithmplotter --no-check-for-updates
```