windows平臺(tái)下
1.下載protocol Buffers 編輯器
下載地址:github: https://github.com/google/protobuf/releases
百度云盤:http://pan.baidu.com/s/1dF6KOzJ
2. 獲取goprotobuf提供的protobuf編譯器插件protoc-gen-go(被放置
于%GOPATH%/bin下,%GOPATH%/bin應(yīng)該被加入PATH環(huán)境變量,以便protoc能夠找到protoc-gen-go
獲取執(zhí)行語句:
go get github.com/golang/protobuf/protoc-gen-go
3. 獲取 goprotobuf 提供的支持庫,包含諸如編碼(marshaling)、解碼(unmarshaling)等功能
獲取執(zhí)行語句:
go get github.com/golang/protobuf/proto
4. protoc配置完成
最后編輯于 :
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者