Re: [wxlua-users] Luarock

2010-09-10 Thread Linus Sjögren
I think you can use the "command" build back-end in the rockspec, and specify "./configure; make" as the build_command and "make install" as the install_command. Also, you can use per-platform overrides to use different build methods on Windows. References: http://luarocks.org/en/Rockspec_format

Re: [wxlua-users] Luarock

2010-09-10 Thread John Labenski
On Fri, Sep 10, 2010 at 5:05 PM, Linus Sjögren wrote: > This issue has probably been brought up before, but it cannot be > stressed enough: > A Luarock for wxLua is _needed_. > > Being able to tell your users to simply run a one-shot command to > install wxLua is much easier than getting them to v

[wxlua-users] Luarock

2010-09-10 Thread Linus Sjögren
Hey! This issue has probably been brought up before, but it cannot be stressed enough: A Luarock for wxLua is _needed_. Being able to tell your users to simply run a one-shot command to install wxLua is much easier than getting them to visit some site, download, and do scary stuff. I, for one, al