Clarifying dependencies.

This commit is contained in:
Bruce Hill 2018-02-09 05:38:42 -08:00
parent 92de9f98b6
commit 9172b8ceae

View File

@ -4,8 +4,10 @@ This is a native Lua library that allows the creation of immutable tables.
## Build
`make LUA=/path/to/lua`
or for LuaJIT: `make LUA=/path/to/lua LUASUFFIX=jit`
Lua 5.1/5.2/5.3+ or LuaJIT 2.0+ built from source code is a prerequisite. Lua can be downloaded from the [lua.org downloads page](https://www.lua.org/ftp/), and LuaJIT can be downloaded from the [LuaJIT.org downloads page](http://luajit.org/download.html).
`make LUA=/path/to/lua_dir`
or for LuaJIT: `make LUA=/path/to/luajit_dir LUASUFFIX=jit`
## Usage