On Mon, Sep 24, 2012 at 2:10 PM, Tim Caswell <
t...@creationix.com> wrote:
> On Mon, Sep 24, 2012 at 3:57 PM, M. Edward (Ed) Borasky <
zn...@znmeb.net> wrote:
>> Is gyp part of the Lua ecosystem? I've never heard of gyp. Wouldn't a
>> Lua build tool be more relevant?
>
> gyp is the main build tool for libuv, nodejs, chromium and v8. Since
> luvit is basically libuv bindings for luajit, gyp seems like a great
> tool.
> Anything written in lua won't work since we're building luajit itself
> as well. More people have python installed in their machine than lua.
Ah ... interesting. So if I want to run luvit and libuv from source on
Linux, I need a minimum of Python (I'm guessing 2.7), gyp and the
usual Linux tools. Do I need Node.js, Chromium and V8 if I just want
to work in Lua? Are there any Linux distro preferences I need to worry
about? There are a lot of projects with Ubuntu dependencies implied
and I mostly run Fedora.