mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-29 01:12:24 +08:00
Add dep on protoc compiler
This commit is contained in:

committed by
Juan Batiz-Benet

parent
9b4c0f258e
commit
7366db3a59
@ -19,6 +19,8 @@ go install
|
|||||||
|
|
||||||
NOTE: `git` and mercurial (`hg`) are required in order for `go get` to fetch all dependencies.
|
NOTE: `git` and mercurial (`hg`) are required in order for `go get` to fetch all dependencies.
|
||||||
|
|
||||||
|
If you are interested in development, please install the development dependencies as well.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -60,6 +62,9 @@ Guidelines:
|
|||||||
- if you'd like to work on ipfs part-time (20+ hrs/wk) or full-time (40+ hrs/wk), contact [@jbenet](https://github.com/jbenet)
|
- if you'd like to work on ipfs part-time (20+ hrs/wk) or full-time (40+ hrs/wk), contact [@jbenet](https://github.com/jbenet)
|
||||||
- have fun!
|
- have fun!
|
||||||
|
|
||||||
|
## Development Dependencies
|
||||||
|
|
||||||
|
If you make changes to the protocol buffers, you will need to install the [protoc compiler](https://code.google.com/p/protobuf/downloads/list).
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user