Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Mar 10, 2020
1 parent d89e782 commit 7c04c28
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,17 @@ To build mobile libraries from Go source code using `gomobile`:

```
go get -u golang.org/x/mobile/cmd/gomobile
gomobile init -ndk ~/PATH/TO/ANDROID/NDK
gomobile init
gomobile bind -target=ios github.com/centrifugal/centrifuge-mobile
gomobile bind -target=android github.com/centrifugal/centrifuge-mobile
```

Release
-------

```
go get -u golang.org/x/mobile/cmd/gomobile
gomobile init
export ANDROID_NDK_HOME=/path/to/android-ndk-rXX
make release
```

0 comments on commit 7c04c28

Please sign in to comment.