2022-01-19 17:20:55 +00:00
|
|
|
# eu.ad5001.LogarithmPlotter
|
|
|
|
|
2022-01-26 09:59:15 +00:00
|
|
|
Flahub repository for [LogarithmPlotter](https://apps.ad5001.eu/logarithmplotter/).
|
2022-01-19 17:20:55 +00:00
|
|
|
|
|
|
|
## 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:
|
2022-01-19 17:20:55 +00:00
|
|
|
```bash
|
|
|
|
flatpak-builder --run AppDir/ eu.ad5001.LogarithmPlotter.json logarithmplotter --no-check-for-updates
|
|
|
|
```
|