python语言编译protobuf

版权声明:本博客所上传的任意博客都归本人所有,本人拥有最终解释权 https://blog.csdn.net/qq_34199256/article/details/80623210

在C盘下装好python27,

在cmd下直接运行

pip install Cheetah3==3.1.0

python -m pip install --upgrade pip

然后再cd到想编译的路径下

再执行编译的语句

例如在《谁是大魔王》项目中,编译代码【python do.py -output test/output -config test/config.py test/messages】

猜你喜欢

转载自blog.csdn.net/qq_34199256/article/details/80623210