提交 d77f1f35 作者: Juan Batiz-Benet

CGO install note

上级 7366b7f8
......@@ -16,12 +16,14 @@ cd $GOPATH/src/github.com/jbenet/go-ipfs/cmd/ipfs
go install
```
NOTE:
NOTES:
* `git` and mercurial (`hg`) are required in order for `go get` to fetch
all dependencies.
* Package managers often contain out-of-date `golang` packages.
Compilation from source is recommended.
* go-ipfs depends on cgo. In case you've disabled cgo, you'll need to
compile with `CGO_ENABLED=1`
* If you are interested in development, please install the development
dependencies as well.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论