From 9172b8ceaeb27487d88cb59abf60fcf92583a6eb Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 9 Feb 2018 05:38:42 -0800 Subject: [PATCH] Clarifying dependencies. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d7bf3a..619cd03 100644 --- a/README.md +++ b/README.md @@ -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