Tangent128 / luasdl2

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

how to install Lua on Ubuntu? #13

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hello.I've been trying to install Lua using sudo apt-get install liblua5.2-0 and it worked but when I used Cmake 3.2.0 for building luasdl2 it told me I need to download it

Tangent128 commented 9 years ago
  1. Can you post the literal error you saw?
  2. What happens if you type "lua" at the command prompt?
ghost commented 9 years ago

I just fixed it installing liblua-dev version.