summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL13
1 files changed, 9 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index c5357f0..d3686d6 100644
--- a/INSTALL
+++ b/INSTALL
@@ -22,11 +22,16 @@ If lua 5.1.x dev libraries are already installed, then
make
make install
-If you don't have the lua 5.1.x dev libraries, or you have
-a different version than 5.1.x, then:
+If lua 5.2.x dev libraries are already installed, then
+./configure --with-lua=lua5.2
+make
+make install
+
+If you don't have the lua dev libraries, or you have
+a different version then:
-tar zxvf lua-5.1.1.tar.gz
-cd lua-5.1.1
+tar zxvf lua-5.x.x.tar.gz
+cd lua-5.x.x
make generic | make posix | make linux | ...
mkdir /tmp/lua
cp src/* /tmp/lua