mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-07 16:33:08 +00:00
chore: add instructions to build mobile libs
This commit is contained in:
parent
3bc8a4df9f
commit
c6c7738c67
@ -49,6 +49,13 @@ make static-library
|
|||||||
make dynamic-library
|
make dynamic-library
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Mobile libraries
|
||||||
|
Requires [`gomobile`](https://pkg.go.dev/golang.org/x/mobile/cmd/gomobile)
|
||||||
|
```
|
||||||
|
make mobile-android
|
||||||
|
make mobile-ios
|
||||||
|
```
|
||||||
|
|
||||||
## Tutorials and documentation
|
## Tutorials and documentation
|
||||||
- [Receive and send messages using Waku Relay](docs/relay.md)
|
- [Receive and send messages using Waku Relay](docs/relay.md)
|
||||||
- [Send messages using Waku Lightpush](docs/lightpush.md)
|
- [Send messages using Waku Lightpush](docs/lightpush.md)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user