summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-05-15 22:36:49 +0300
committerPaul Buetow <paul@buetow.org>2025-05-15 23:35:37 +0300
commit0844f52b45138f14a182f10453d8938978c95505 (patch)
tree24443f73625c6c3da2831f8e4daafa00f32b67b6 /README.md
parentaf6d1013db54295e1f45c76a5e5c04429a853912 (diff)
improvements
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5cc3571..bedeaaa 100644
--- a/README.md
+++ b/README.md
@@ -17,3 +17,17 @@ This are screenshots of the App running on Android and Fedora Linux.
2. Clone Quicklogger: `git clone https://codeberg.org/snonux/quicklogger; cd quicklogger`
3. Build it `./build.sh` - Note, you may need to set the `ANDROID_NDK_HOME` environment variable accordingly.
4. Copy `quicklogger.apk` to your Android phone and install it (You may need to allow installing APKs from this source - just follow the instructions Android is prompting you with).
+
+## Not sure
+
+... not sure that the above is still required, but I now have to do this to complile this on Fedora Linux for Android:
+
+```sh
+sudo systemctl start podman
+DOCKER_HOST=unix:///run/user/1001/podman/podman.sock
+go install github.com/fyne-io/fyne-cross@latest
+fyne-cross android --pull
+fyne-cross android
+```
+
+And then install the `.apk` file.