Skip to content

Commit f3d7e47

Browse files
committed
Merge branch 'master' of https://github.com/cominixo/OpenLibreNFC into master
2 parents fed527a + dfbbce4 commit f3d7e47

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ Do not use sensors modified with this app to make medical decisions. I am not re
77
## Installation
88
To use this app, you'll have to build it yourself.
99

10-
You'll need the Android SDK installed and define the ANDROID_SDK_ROOT environment variable, after that, you can just do:
11-
`./gradlew assembleDebug` on Linux (and probably Mac)
12-
`gradlew assembleDebug` on Windows
13-
The .apk file should be at `app/build/outputs/apk/` after that
10+
[This guide](https://androidaps.readthedocs.io/en/latest/EN/Installing-AndroidAPS/Building-APK.html) from the AndroidAPS docs explains how to build an apk, the steps should be basically the same, just using this repository instead.
11+
12+
You'll need the Android SDK installed and define the ANDROID_SDK_ROOT environment variable, after that, you can run gradlew to build the .apk file (it should probably be signed so you can install it).
1413

1514
You can also install Android Studio and build it from there.
1615

0 commit comments

Comments
 (0)