File tree 1 file changed +2
-17
lines changed
1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -26,21 +26,6 @@ The easiest way to compile the protobufs is to use docker.
26
26
./scripts/docker-run.sh make go
27
27
```
28
28
29
+ # Build locally
29
30
30
- # Multiple ` protoc ` Versions
31
-
32
- If you need to override your version of ` protoc ` because you have a later version you can install the correct version like so:
33
-
34
- ``` bash
35
- PROTOC_VERSION=3.8.0
36
- case ` uname` in
37
- ' Darwin' ) export OS=' osx' ;;
38
- ' Linux' ) export OS=' linux' ;;
39
- esac
40
- curl -L https://github.com/google/protobuf/releases/download/v$PROTOC_VERSION /protoc-$PROTOC_VERSION -$OS -x86_64.zip -o protoc.zip && \
41
- unzip protoc.zip -d protoc && \
42
- rm protoc.zip
43
- ```
44
-
45
- Then you can run ` PATH="$(pwd)/protoc/bin:$PATH" make `
46
-
31
+ There are many dependencies to be installed, please refer to the relevant scripts in [ workflow] ( .github/workflows ) to set them up.
You can’t perform that action at this time.
0 commit comments