torch / qtlua

Lua interface to QT library
Other
206 stars 73 forks source link

qlua (jit) #2

Closed clementfarabet closed 10 years ago

clementfarabet commented 10 years ago

Was qlua ever built against LuaJIT? In my case it builds against plain Lua.

andresy commented 10 years ago

qlua does not include lua. it links against the lua library found when doing an luarocks install. so if you have luajit+luarocks, it links against luajit lib.

clementfarabet commented 10 years ago

Awesome, I had both lua and luajit installed so it defaults to the first

Clément

On Mar 2, 2014, at 12:41 PM, Ronan Collobert notifications@github.com wrote:

qlua does not include lua. it links against the lua library found when doing an luarocks install. so if you have luajit+luarocks, it links against luajit lib.

Reply to this email directly or view it on GitHubhttps://github.com/torch/qtlua/issues/2#issuecomment-36460387 .