Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
登録
サインイン
xuepeng
/
VisionPlus_V3.0
Watch
1
Star
0
Fork
0
Files
課題
0
プルリクエスト
0
Wiki
ブランチ:
XP
ブランチ
タグ
XP
master
VisionPlus_V...
/
VisionCloud
/
pb
XP
69ef0bfc32
1st
2 年 前
..
Create.bat
69ef0bfc32
1st
2 年 前
ReadMe.txt
69ef0bfc32
1st
2 年 前
grpc_cpp_plugin.exe
69ef0bfc32
1st
2 年 前
protobuf.grpc.pb.cc
69ef0bfc32
1st
2 年 前
protobuf.grpc.pb.h
69ef0bfc32
1st
2 年 前
protobuf.pb.cc
69ef0bfc32
1st
2 年 前
protobuf.pb.h
69ef0bfc32
1st
2 年 前
protobuf.proto
69ef0bfc32
1st
2 年 前
protoc.exe
69ef0bfc32
1st
2 年 前
ReadMe.txt
1:设置 grpc 到环境变量
2: 测试 protoc 指类,看能否显示版本号
3: 打开cmd 终端, cd 到当前目录
4: 执行下面两行指令
5:注意第二行指令的路径,需要设置为 grpc 的目录
protoc.exe ./protobuf.proto --cpp_out=./
protoc.exe ./protobuf.proto --plugin=protoc-gen-grpc=C:/VisionPlus_V3.0/grpc/grpc_cpp_plugin.exe --grpc_out=./