lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



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