提交 fb711173 作者: Steven Allen

document the `make deps` req

License: MIT
Signed-off-by: 's avatarSteven Allen <steven@stebalien.com>
上级 23c2fca5
......@@ -391,6 +391,16 @@ Some places to get you started on the codebase:
- DHT: https://github.com/libp2p/go-libp2p-kad-dht
- PubSub: https://github.com/libp2p/go-floodsub
### Development Dependencies
Before beginning developement, you'll need to run `make deps`. This will fetch
all required build tools and run `gx-go rw` to rewrite all paths to use GX.
Please *don't* commit these rewritten paths when making PRs. Instead, run `gx-go
rw --fix` before committing.
If you make changes to the protocol buffers, you will need to install the [protoc compiler](https://github.com/google/protobuf).
### CLI, HTTP-API, Architecture Diagram
![](./docs/cli-http-api-core-diagram.png)
......@@ -405,10 +415,6 @@ Description: Dotted means "likely going away". The "Legacy" parts are thin wrapp
make test
```
### Development Dependencies
If you make changes to the protocol buffers, you will need to install the [protoc compiler](https://github.com/google/protobuf).
### Developer Notes
Find more documentation for developers on [docs](./docs)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论