On Thu, Aug 4, 2011 at 3:11 PM, Jim Whitehead II <[email protected]> wrote: > On Thu, Aug 4, 2011 at 2:45 PM, RJP Computing <[email protected]> wrote: >> Hi Jim, >> >> On Thu, Aug 4, 2011 at 3:33 AM, Jim Whitehead II <[email protected]> wrote: >>> >>> I'm the huge proponent of installing sandboxed versions of >>> lua/luarocks together for each project. It ensures that changes you >>> make to one project do not affect another. The current scripts I use >>> for this is here: >>> >>> https://gist.github.com/1023085 >>> >>> It patches luaconf.h to ensure that the version of Lua being built >>> only looks at the local directory for packages. I'm happy to answer >>> any questions about this. >> >> I am currently using your script, but would really like to use LuaJit. Do >> you have a script for that started? > > It shouldn't be difficult to put one together, I'll take a look at it.
Here's a first attempt. I had to put in special logic to fix the llvm/gcc-4.2 issue on mac os x, took me a while to figure out what was going on there. https://gist.github.com/1125331 - Jim ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ Luarocks-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/luarocks-developers
