eu.ad5001.LogarithmPlotter/README.md
Ad5001 b3d38ab904
v0.1.3 - Flatpak version
NOTE: There are issues with using portal related to reading files in python is done using the real path and not the copied path for some reason. Is there a bug in Qt not giving the right path?
2022-01-19 18:20:55 +01:00

16 lines
503 B
Markdown

# eu.ad5001.LogarithmPlotter
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
```
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
```