lua-users home
lua-l archive

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


Hi Javier,

If you are asking about MobDebug, it's already portable as it's a Lua
only module and doesn't have any windows specific features.

If you are asking about ZeroBrane Studio, I started work on MacOS port
(https://github.com/pkulchenko/ZeroBraneStudio/issues/14). It is
expected to be included in the next version. The linux version is
likely to follow, but with the most recent version you should be able
to run it on linux with very little additional work. If you have lua,
luaSocket, and wxwidgets installed (such that require "wx" works), you
can try running:

> lua src/main.lua zbstudio

you should be able to also run/debug scripts if you copy lua
executable to bin/ folder. This is not tested, but I'll take bug
reports if you see it "almost" working.

Paul.

On Thu, Jun 28, 2012 at 2:10 PM, Javier Guerra Giraldez
<javier@guerrag.com> wrote:
> On Thu, Jun 28, 2012 at 3:32 PM, Paul K <paulclinger@yahoo.com> wrote:
>> It has been used/tested as part of ZeroBrane Studio for the last 8
>> months.
>
> any progress in porting this back to posix platforms?
>
> (i say 'porting back' because most (all?) of the dependencies have
> roots in posix systems: wx, opencl, 0mq...)
>
> --
> Javier
>