How to install Luarocks from sources in Debian
In this article we are going to install luarocks software in a Debian box.
Luarocks is a system to manage and deploy lua modules ("rocks").
It also tracks and installs needed dependencies when installing a new lua rock.
luarocks.org official web site.
Install lua
First we need lua scripting language to be installed. (I get lua 5.2 version)
$ sudo aptitude install lua5.2Lua development files will also be necessary to compile sources afterwards.
$ sudo aptitude install liblua5.2-devGet and compile luarocks source code
Get luarocks source code