diff options
| author | Paul Buetow <paul@buetow.org> | 2024-03-02 23:05:46 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-03-02 23:05:46 +0200 |
| commit | 7d29f7ff790f43666fab7468dbbd5f6f16a279a7 (patch) | |
| tree | ee60debe515f87476e64fd6c1e67c6799f971e67 /README.md | |
| parent | 5d66dae9eaa59c5327e88d51c9233477fdaad21e (diff) | |
update readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -10,3 +10,10 @@ This is a screenshot of the App running on Fedora Linux. But it also works seaml  +## Installation + +1. Download and install the Android NDK. I personally installed it to `~/android/android-ndk-r26b` as of this writing. +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). + |
