Added luarocks info.

This commit is contained in:
Bruce Hill 2018-03-16 15:56:12 -07:00
parent eb2b874915
commit 275ed3761b

View File

@ -6,6 +6,8 @@ This is a Lua library that allows the creation of lightweight immutable tables.
This code has been tested with Lua 5.1.5, Lua 5.2.3, Lua 5.3.5, and LuaJIT 2.0.5. To build, simply `make` or for LuaJIT: `make LUA=luajit` (you can also optionally specify `LUA_INC=<path to the directory containing lua.h and lauxlib.h>` or `LUA_BIN=<path to the directory containing the lua binary>`).
Or, with [luarocks](https://luarocks.org/): `luarocks make immutable-table-scm-1.rockspec`
## Usage
Here's a simple implementation of a 2-d vector using immutable tables:
```lua