[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: LuaRocks available through OS X fink
- From: Asko Kauppi <askok@...>
- Date: Mon, 20 Oct 2008 10:10:41 +0300
Fink is a command-line package manager for OS X.
http://www.finkproject.org/
sudo fink install luarocks
The package is available in the 'unstable' tree. "sudo fink
selfupdate" may be needed to revise your machine's package database.
Installing LuaRocks allows one to tap into the whole set of rocked
extension modules (LuaSocket, Lanes, Lua File System, and a plethora
of others...). The modules are stored under /sw/var/, and need to be
installed/removed manually via 'luarocks' command.
Usage experiences are welcome.
-asko