Page 1 of 1

[Solved] Using lua bindings

Posted: Mon Mar 17, 2014 9:11 pm
by iuselove
Where do I start in order to use different lua bindings such as luasql : http://www.keplerproject.org/luasql/?

Am I looking at having to build a custom LOVE2D? Or is there a simpler route?

Thank you.

Re: Using lua bindings

Posted: Mon Mar 17, 2014 9:12 pm
by Nixola
I think you can just download and require the .dll file

Re: Using lua bindings

Posted: Mon Mar 17, 2014 9:25 pm
by iuselove
I see. With most of these things you only need to require a file. Nevermind about everything then.

Thank you.