cpp_gen.sh 307 字节
Newer Older
K
kun yu 已提交
1 2 3 4 5 6 7 8 9
#!/bin/bash

protoc -I . --grpc_out=./gen-status --plugin=protoc-gen-grpc=`which grpc_cpp_plugin` status.proto

protoc -I . --cpp_out=./gen-status status.proto

protoc -I . --grpc_out=./gen-milvus --plugin=protoc-gen-grpc=`which grpc_cpp_plugin` milvus.proto

protoc -I . --cpp_out=./gen-milvus milvus.proto