lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Thu, 2011-11-24 at 09:02 -0500, Javier Guerra Giraldez wrote:
> On Thu, Nov 24, 2011 at 6:27 AM, Pavel Holejsovsky
> <pavel.holejsovsky@gmail.com> wrote:
> > Preferably by luarocks, "luarocks install lgi".
> 
> .... but this is a turn off for some of us.  please, include a short
> manual install explanation.  just a copy of the rockspeck, but in
> english would be enough.
> 

To install manually, get sources from gitorious:
https://gitorious.org/lgi/lgi/archive-tarball/0.2
(or master from git: 'git clone git://git.gitorious.org/lgi/lgi')

and then

./waf configure [--prefix=<dir>]
./waf
sudo ./waf install

This is described in the README and in documentation.  Note that to run
included waf installer tool, you need python installed on your system.

HTH,
Pavel