Please enable JavaScript in your browser!
首頁
探索
說明
註冊
登入
xuepeng
/
VisionPlus_V3.0
關註
1
讚好
0
複刻
0
檔案
問題管理
0
合併請求
0
Wiki
目錄樹:
69ef0bfc32
分支列表
標籤列表
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=./