forked from luarocks/luarocks
-
Notifications
You must be signed in to change notification settings - Fork 0
Download
Hisham Muhammad edited this page Apr 24, 2015
·
50 revisions
LuaRocks is a pure Lua application with no library dependencies. Its current release depends on some helper tools, but you shouldn't worry about them, as they are shipped by default on most Unix systems: LuaRocks requires as a basic Unix toolchain, zip, unzip and either wget (default on most Linux systems) or curl (default on Mac OSX). For Windows, these helper tools are provided by the UnxUtils project; the all-in-one Windows package already includes them, as a convenience.
Download LuaRocks here.
Current release is 2.2.2: see the release history.
- Installation instructions for Unix (Linux, BSDs, etc.)
- Installation instructions for Mac OS X
- Installation instructions for Windows
Development is done using Git, hosted at github.com:
To get the latest development sources, run:
git clone git://github.com/keplerproject/luarocks.git
There is also a web interface available at: