lingsuanClient/protobuf/安装文档.txt
2025-06-07 17:07:13 +08:00

6 lines
369 B
Plaintext
Raw Permalink 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.

1、安装python-2.7.3.amd64位系统.msi
2、配置python的安装目录到系统的环境变量Path里面方便在任何目录下面都可以执行python
3、拷贝protoc.exe到C:\Windows\System32目录下面方便找到该命令
4、解压缩protobuf-2.5.0.zip到xxx目录然后打开命令行进入到xxx目录的python子目录然后执行python setup.py install
至此protobuf生成lua的准备工作就完成了可以执行一下build_lua.bat试试看吧