You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- protoc Message2Clients.proto --cpp_out=.
- protoc MessageType.proto --cpp_out=.
- protoc Message2Server.proto --cpp_out=.
- protoc Services.proto --grpc_out=. --plugin=protoc-gen-grpc=`which grpc_cpp_plugin`
- protoc Services.proto --cpp_out=.
- chmod -R 755 ./
- ./format.sh
- mv -f ./*.h ../../CAPI/cpp/proto
- mv -f ./*.cc ../../CAPI/cpp/proto
|