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?
Asked
Active
Viewed 101 times
0
-
Are you asking "how to build lua.exe on windows"? – Egor Skriptunoff Nov 13 '20 at 14:54
-
2Does this answer your question? [How do I run a .lua script?](https://stackoverflow.com/questions/16692580/how-do-i-run-a-lua-script) – NKSM Nov 13 '20 at 22:51
1 Answers
0
For Lua you need to build binaries or use community premade binaries.
Download Lua and build it manually: https://www.lua.org/download.html
Example of community premade binaries: http://luabinaries.sourceforge.net/

Spar
- 1,582
- 9
- 16