[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] lgi 0.2 - Lua to GObject (GNOME) libraries binding
- From: Pavel Holejsovsky <pavel.holejsovsky@...>
- Date: Thu, 24 Nov 2011 20:41:21 +0100
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