Please enable JavaScript in your browser!
홈
탐색
도움말
가입하기
로그인
xuepeng
/
VisionPlus_V3.0
Watch
1
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
브렌치:
master
브랜치
태그
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=./