[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Distributions and Package Management
- From: Sean Conner <sean@...>
- Date: Thu, 26 Sep 2013 15:40:03 -0400
It was thus said that the Great Javier Guerra Giraldez once stated:
> On Thu, Sep 26, 2013 at 1:04 PM, Paul K <paulclinger@yahoo.com> wrote:
> > I don't have any numbers to support my claim, but will
> > venture to say that the majority Lua users on Windows probably don't
> > have cmake and mingw installed and will probably resort to searching
> > for a binary on the Internet.
>
>
> just shooting ideas....but what about using an included TCC[1] when
> mingw is not available?
And speaking of TCC and Lua ... [2]
-spc
> [1]http://bellard.org/tcc/
[2] I have a Lua wrapper for TCC:
https://github.com/spc476/lua-conmanorg/blob/master/src/tcc.c
As well as a higher level wrapper for that (so you can load C-based
modules directly from C source):
https://github.com/spc476/lua-conmanorg/blob/master/lua/cc.lua