add README.md
This commit is contained in:
parent
66c4ac4885
commit
11962c3372
24
README.md
Normal file
24
README.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# HRM
|
||||
|
||||
An example heart rate monitor app for Android and MacOS using [git.wow.st/gmp/ble](https://git.wow.st/gmp/ble) and [Gio](https://gioui.org).
|
||||
|
||||
## MacOS:
|
||||
|
||||
```
|
||||
go get git.wow.st/gmp/hrm
|
||||
cd ~/go/src/git.wow.st/gmp/hrm
|
||||
go build
|
||||
./hrm
|
||||
```
|
||||
|
||||
## Android:
|
||||
|
||||
The `gogio` command from `gioui.org/cmd/gogio` must be installed to build
|
||||
an Android APK.
|
||||
|
||||
```
|
||||
go get git.wow.st/gmp/hrm
|
||||
cd ~/go/src/git.wow.st/gmp/hrm
|
||||
gogio -target android .
|
||||
adb install -r hrm.apk
|
||||
```
|
Loading…
Reference in New Issue
Block a user