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.

cpp_output.sh 331 B

123456789
  1. protoc Message2Clients.proto --cpp_out=.
  2. protoc MessageType.proto --cpp_out=.
  3. protoc Message2Server.proto --cpp_out=.
  4. protoc Services.proto --grpc_out=. --plugin=protoc-gen-grpc=`which grpc_cpp_plugin`
  5. protoc Services.proto --cpp_out=.
  6. chmod -R 755 ./
  7. ./format.sh
  8. mv -f ./*.h ../../CAPI/cpp/proto
  9. mv -f ./*.cc ../../CAPI/cpp/proto