lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>   3) If a Lua library is found on the system where the project is being
>      built, should I use that, or just always use the Lua version
>      included with my project.  [I guess the latter is probably safer,
>      but using the system's Lua library might offer some advantages such
>      as dynamic linking or more recent/bugfixed versions...]

You'd also need to check whether the Lua library in your system is the
same version you're using in your project.