Commit d900bcae by Keith Committed by GitHub

Update README.md

parent aa5ff123
Showing with 22 additions and 35 deletions
## 安装依赖库
###======install beego======= ###### go get github.com/astaxie/beego
##### go get github.com/astaxie/beego ###### go get github.com/Xiaomi-mimc/mimc-go-sdk
###### cd $GOPATH/src/github.com/Xiaomi-mimc/mimc-go-sdk
###=====install MIMC-Go-SDK==== ###### go build
###### go install
#####go get github.com/Xiaomi-mimc/mimc-go-sdk ###### go get github.com/golang/protobuf/proto
#####cd $GOPATH/src/github.com/Xiaomi-mimc/mimc-go-sdk ###### cd $GOPATH/src/github.com/golang/protobuf/proto
#####go build ###### go build
#####go install ###### go install
###### go get github.com/astaxie/beego/cache
###**下载依赖库** ###### go get -u github.com/qiniu/api.v7
######
#####MIMC-Go-SDK依赖proto buffer进行序列化与反序列化数据,在使用时,确保已经install了proto buffer。如未安装,可参考如下进行安装操作。 ######
######
#####go get github.com/golang/protobuf/proto
#####// 进入下载目录 ### =====运行====
#####cd $GOPATH/src/github.com/golang/protobuf/proto ##### bee run
#####// 编译安装
#####go build
#####go install ##### 打包发布
##### bee pack -be GOOS=linux
###===== cache 模块 ====
go get github.com/astaxie/beego/cache
###==== 七牛云SDK ====
#####go get -u github.com/qiniu/api.v7
###=====运行====
#####bee run
#####打包发布
#####bee pack -be GOOS=linux
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment