docs/markdown/生成C#proto.md
2024-12-27 11:24:16 +08:00

13 lines
351 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 生成c#proto文件
## 安装choco
- 使用管理员方式打开 PowerShell
- 输入 Set-ExecutionPolicy RemoteSigned输入 Y
- 输入 iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
- 查看是否安装完成 choco -v
## 安装protobuf
- choco install protobuf
## 生成.cs文件
- protoc --csharp_out=../msg Gameapi.proto