Compare commits
1 Commits
71dbc157ab
...
af82794a26
Author | SHA1 | Date | |
---|---|---|---|
af82794a26 |
|
@ -6,15 +6,19 @@ An example heart rate monitor app for Android and MacOS using [git.wow.st/gmp/bl
|
||||||
|
|
||||||
```
|
```
|
||||||
go get git.wow.st/gmp/hrm
|
go get git.wow.st/gmp/hrm
|
||||||
|
cd ~/go/src/git.wow.st/gmp/hrm
|
||||||
go build
|
go build
|
||||||
./hrm
|
./hrm
|
||||||
```
|
```
|
||||||
|
|
||||||
## Android:
|
## Android:
|
||||||
|
|
||||||
|
The `gogio` command from `gioui.org/cmd/gogio` must be installed to build
|
||||||
|
an Android APK.
|
||||||
|
|
||||||
```
|
```
|
||||||
go get git.wow.st/gmp/hrm
|
go get git.wow.st/gmp/hrm
|
||||||
|
cd ~/go/src/git.wow.st/gmp/hrm
|
||||||
gogio -target android .
|
gogio -target android .
|
||||||
adb install -r hrm.apk
|
adb install -r hrm.apk
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user