Lua version now displayed in stats. Now using Lua 5.2 on Windows. Add modified gfx2def.ini, forgotten in previous revision

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2000 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2012-09-19 21:09:07 +00:00
parent 144a28412b
commit 2e16f0bec3
5 changed files with 65 additions and 33 deletions

View File

@@ -10,7 +10,7 @@ Grafx2 compilation and installation
* libpng (not on MacOSX)
* FreeType library (optional, for truetype fonts)
* SDL_ttf library (optional, for truetype fonts)
* Lua library v5.1 (optional, for Lua scripting)
* Lua library v5.1 or v5.2 (optional, for Lua scripting)
Extra requirements for Windows:
* a POSIX environment: MSYS is fine, maybe Cygwin would work as well.
@@ -175,7 +175,7 @@ SDL_ttf:
Lua:
(optional)
http://www.lua.org/ftp/lua-5.1.4.tar.gz
http://www.lua.org/ftp/lua-5.2.1.tar.gz
Uncompress in temporary directory
Use sh shell
make mingw