[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [Xavante] Installing without LuaRocks?
- From: Gilles Ganault <gilles.ganault@...>
- Date: Mon, 24 May 2010 15:09:10 +0200
On Thu, 20 May 2010 14:21:38 -0300, Hisham <hisham.hm@gmail.com>
wrote:
>For .lua sources LuaRocks will keep them as is, since they can be
>loaded without being precompiled into bytecodes; in other words,
>LuaRocks does not use luac.
>
>For .c sources, it will try to compile them using whatever C compiler
>it is configured to use: gcc on Linux; MSVC or MingW on Windows.
Thanks Hisham.