Tangent128 / luasdl2

A pure C binding of SDL 2.0 for Lua 5.1, Lua 5.2, and LuaJIT.
ISC License
383 stars 73 forks source link

What happens after building luasdl2? #14

Closed ghost closed 9 years ago

ghost commented 9 years ago

I manage to build luasdl2 and I got SDL.so and the rests of .so libs.I tried running an example linking sublime with SDL.so but it wont start the example.How should I make it?

Tangent128 commented 9 years ago

I would need to see the example you are referring to and/or the error you are getting;

but as a guess, are the .so files located where Lua can find them? Search for documentation on LUA_CPATH, such as http://www.lua.org/manual/5.2/manual.html#pdf-package.cpath

Tangent128 commented 9 years ago

Closed for inactivity; please comment if you still need assistance.