Hi Shawn, and welcome to LuaRT Community !
To deploy a LuaRT application, you just need :
- The LuaRT interpreter (
luart.exe
for console or wluart.exe
for Desktop applications)
- The
lua54.dll
library (optional if you use the static versions of the LuaRT interpreter)
- Your Lua scripts / binary modules
The better way to deploy a LuaRT application is tu use rtc.exe
to compile your scripts to an executable, as it embeds the LuaRT interpreter with your scripts.