Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 496d2c6

Browse files
committed
Update mobile readme
1 parent d8e00bc commit 496d2c6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

mobile/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ This project was bootstrapped using [Expo CLI as a bare project](https://blog.ex
1414
* watchman (brew install watchman)
1515
* Xcode
1616
* cocoapods 1.7.2 (brew install cocoapods)
17-
* go 1.11.6 (brew install go@1.11)
18-
* [gomobile](https://github.com/golang/go/wiki/Mobile)
17+
* go 1.12.7 (brew install go)
18+
* protoc (brew install protobuf)
19+
* [gomobile](https://github.com/golang/go/wiki/Mobile) (go get -u golang.org/x/mobile/cmd/gomobile)
20+
* falafel (go get -u github.com/halseth/falafel)
1921
* [lnd mobile build tools](https://github.com/lightninglabs/lnd/tree/mobile-autopilot-100)
2022
* [Java](https://www.oracle.com/technetwork/java/javase/downloads/index.html)
2123
* [Android Studio](https://developer.android.com/studio)
@@ -24,7 +26,6 @@ This project was bootstrapped using [Expo CLI as a bare project](https://blog.ex
2426
### Building
2527

2628
```
27-
go get golang.org/x/mobile/cmd/gomobile
2829
cd lnd
2930
make clean
3031
gomobile init

0 commit comments

Comments
 (0)