summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@alpinelinux.org>2013-09-15 10:57:51 -0700
committerNathan Angelacos <nangel@alpinelinux.org>2013-09-15 10:57:51 -0700
commitf56546901e1193595dd4de724b16825b90ecc41d (patch)
tree7255178677c25a75aad6cbfb1b3fac890f4edc67
parent83db097abd6f9168a8757f38871b26c1b2d73559 (diff)
downloadhaserl-f56546901e1193595dd4de724b16825b90ecc41d.tar.bz2
haserl-f56546901e1193595dd4de724b16825b90ecc41d.tar.xz
Changes for 0.9.31 version - more Lua 5.2 fixes
modified: ChangeLog modified: INSTALL
-rw-r--r--ChangeLog3
-rw-r--r--INSTALL13
2 files changed, 12 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index dffc9d1..b31391c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
+2013-15-09
0.9.31
* Modernize configure.ac
+ * more Lua 5.2 fixes
+
2013-27-06
0.9.30
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