[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Including Lua source with one's project
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 2 Oct 2007 09:48:40 -0300
> 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.