On 28 Jun 2013, at 22:36, Eric Chiesse <[email protected]> wrote:

> How can I tell LR that a rock is to be installed for lua5.2?
> 
> For example I'd like to install LuaFileSystem and have it available for 
> lua5.2 but when i run "luarocks install luafilesystem" and try to " 
> require'lfs' " in source code, it works well for lua5.1 but crashes for 
> lua5.2. That can be because is built against lua5.1 dependencies.
> 
> Thanks
> ---
> Eric

If you want to manage separate rocks_trees for parallel installations of lua5.1 
and lua5.2,
from a single LuaRocks install, this page at the lua-users wiki explains how to 
set that up:

http://lua-users.org/wiki/LuaRocksConfig

Cheers,
-- 
Gary V. Vaughan (gary AT vaughan DOT pe)

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Luarocks-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to