mirror of
https://github.com/Ad5001/eu.ad5001.LogarithmPlotter.git
synced 2024-10-31 22:58:45 +00:00
Ad5001
b3d38ab904
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?
15 lines
503 B
Markdown
15 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
|
|
```
|