1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-09 09:35:00 +09:00

ci: export lib for win as grpc server

This commit is contained in:
requilence 2020-06-25 23:57:12 +03:00
parent ec4249f3df
commit 933ffb165e
No known key found for this signature in database
GPG key ID: F07A7D55A2684852
2 changed files with 22 additions and 33 deletions

View file

@ -9,12 +9,10 @@
1. `make install-dev-js` to build the local server and copy it and protobuf binding into `../js-anytype`
#### Build for iOS
1. Install Golang 1.13.* [from here](http://golang.org/dl/)
2. `make build-ios` to build the framework into `dist/ios` folder
3. `make protos-swift` to generate swift protobuf bindings into `dist/ios/pb`
1. `make build-ios` to build the framework into `dist/ios` folder
2. `make protos-swift` to generate swift protobuf bindings into `dist/ios/pb`
#### Build for Android
1. Install Golang 1.13.* [from here](http://golang.org/dl/)
1. `make build-android` to build the library into `dist/android` folder
2. `make protos-java` to generate java protobuf bindings into `dist/android/pb`