简体   繁体   English

如何在没有 CMD 的情况下运行 lua 文件

[英]How to run a lua file without CMD

I have a windows 7.I had the doubt of running a lua executable file, I've done it with python using Python Launcher, any ideas how to do it with Lua?我有一个 windows 7. 我对运行 lua 可执行文件有疑问,我已经使用 Python 启动器通过 python 完成了它,有什么想法如何使用 Lua 来完成吗?

For Lua you need to build binaries or use community premade binaries.对于 Lua,您需要构建二进制文件或使用社区预制二进制文件。

Download Lua and build it manually: https://www.lua.org/download.html下载Lua并手动构建: https://www.lua.org/download.html

Example of community premade binaries: http://luabinaries.sourceforge.net/社区预制二进制文件示例: http://luabinaries.sourceforge.net/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM