I'm looking to create an application, but do not know what prerequisites & files are necessary to get the product running on a majority of operating systems. Does the end-user need to have LuaRT installed to run these applications? What's the best way to compile an application to EXE?
Are there any good project examples for LuaRT (and some other questions)?
Hi Shawn, and welcome to LuaRT Community !
To deploy a LuaRT application, you just need :
- The LuaRT interpreter (
luart.exe
for console orwluart.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.
shawnjbragdon to get the product running on a majority of operating systems
As a side note, LuaRT is only available on Windows operating systems
Samir added the General discussion tag .