Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
There haven't been two separate build processes since #161

Signed-off-by: James Taylor <jt-nti@users.noreply.github.com>
  • Loading branch information
jt-nti authored and denyeart committed Jan 8, 2024
1 parent 9ee933e commit e5f698e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ Tools like `protoc` can transform these definitions into code that can be used b

## Building and testing

Note: there are currently two build processes- an Azure devops based build for Go bindings and a newer GitHub Actions based build for Java and Node.js bindings.
The intention is to move everything to the new GitHub Actions build, which uses the Makefile described below.

### Build using make

The following Makefile targets are available:
Expand All @@ -16,6 +13,11 @@ The following Makefile targets are available:
- `make javabindings` - run Java bindings code generation
- `make nodebindings` - run Node.js bindings code generation

Note: there is a separate Makefile for the original version of Go protocol buffers APIv1, which you can specifiy using `make -f Makefile.apiv1 ...`

See [A new Go API for Protocol Buffers][apiv2] for details of the Go protocol buffers APIv1 and APIv2.

[Buf]: https://github.com/bufbuild/buf
[grpc]: https://grpc.io/docs/guides/
[protobuf]: https://github.com/protocolbuffers/protobuf/
[apiv2]: https://go.dev/blog/protobuf-apiv2

0 comments on commit e5f698e

Please sign in to comment.