Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-cli
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Operations
Operations
Metrics
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-cli
Commits
d9d740dd
Unverified
Commit
d9d740dd
authored
May 19, 2023
by
Cristian Maglie
Committed by
GitHub
May 19, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved gRPC how-to in contributing guide (#2181)
parent
62f5caf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
docs/CONTRIBUTING.md
docs/CONTRIBUTING.md
+7
-2
No files found.
docs/CONTRIBUTING.md
View file @
d9d740dd
...
...
@@ -79,8 +79,13 @@ If you want to run integration tests you will also need:
If you're working on the gRPC interface you will also have to:
-
download the
[
protoc
][
6
]
compiler
-
run
`go get -u github.com/golang/protobuf/protoc-gen-go`
-
download and install the
[
protoc
][
6
]
compiler (use the version required to match the generated code, please note that
the latest releases does not follow semantic versioning anymore so, for example, the version 3.21.12 must be searched
as 21.12 dropping the major number)
-
install
`protoc-gen-go`
using:
`go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26.0`
(use the version
required to match the generated code)
-
install
`protoc-gen-go-grpc`
using:
`go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2.0`
(use the version
required to match the generated code)
### Building the source code
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment