0

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?

1 Answers1

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