|
How do you specify a server to LuaRocks?C:\Users\Stuart>luarocks rocks_servers={"http://github.com/TheLinx/lao/raw/luarocks/"} install ao
Error: Invalid assignment: rocks_servers={http://github.com/TheLinx/lao/raw/luarocks/}
C:\Users\Stuart>luarocks rocks_servers={\"http://github.com/TheLinx/lao/raw/luarocks/\"} install ao
Error: Invalid assignment: rocks_servers={"http://github.com/TheLinx/lao/raw/luarocks/"}
C:\Users\Stuart>luarocks rocks_servers[2]=\"http://github.com/TheLinx/lao/raw/luarocks/\" install ao
Error: Invalid assignment: rocks_servers[2]="http://github.com/TheLinx/lao/raw/luarocks/"
On Sun, 05 Sep 2010 17:39:15 -0400, Linus Sjögren <thelinx@unreliablepollution.net> wrote:
lao is a module that provides Lua bindings to libao, a library by xiph.org for simple audio output. This is the first public release, and as such, there may be some minor issues, like small memory leaks and/or segfaults. Any tips/patches are appreciated. http://xiph.org/ao/ - xiph.orgs page on libao http://github.com/thelinx/lao/ - the lao project page http://thelinx.github.com/lao/ - documentation http://github.com/TheLinx/lao/raw/luarocks/ao-1.0.0-1.rockspec - LuaRock (has been submitted for inclusion) I hope this is useful to someone!