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

pretty please explain in the docs how to build examples #3

Closed raould closed 9 years ago

raould commented 9 years ago

i do not yet know CMake, and I'm not having much luck getting the examples to build... :-}

Tangent128 commented 9 years ago

The examples are all Lua scripts, so they do not need building. Once Lua-SDL2 is installed on your system, just cd to the appropriate example folder and run lua audio.lua (where audio.lua is the example script).

raould commented 9 years ago

Oh, thanks -- there is a CMakeLists.txt, that made me wonder if I had to run a build somehow :-)