Thread: Lua
View Single Post
  #1  
Old 09-09-2013, 02:45 PM
Vexyl
Hill Giant
 
Join Date: Oct 2009
Location: U.S.A.
Posts: 197
Default

You probably already have what's needed to build Lua: http://www.lua.org/faq.html#1.1
Also, see here: http://lua-users.org/wiki/BuildingLua

If I may ask, why are you building from source? On debian you could simply do `apt-get install liblua5.1-0-dev` for the 5.1 development libraries, and `apt-get install lua` for the Lua interpreter binaries.
Reply With Quote