本文介绍了编译 lua 脚本 (*.exe) 的最简单方法...?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我刚刚做了一个小程序,我想与我的朋友和家人分享.
I just made a small program and I'd like to share it with my friends and family.
哪个是编译 Lua 脚本最好、最快和最简单的方法?
Which is the best, the fastest and the easiest way to compile a Lua script?
我在 Windows 上工作,所以我需要一个 *.exe.
I'm working on Windows, so I would need a *.exe.
提前致谢.
推荐答案
如果你想把你的 Lua 脚本变成 .exe,试试 srlua.
If you want to turn your Lua script into a .exe, try srlua.
这篇关于编译 lua 脚本 (*.exe) 的最简单方法...?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!