update Lua version supported

This commit is contained in:
nhmall
2023-05-28 22:58:47 -04:00
parent b48cb5bcd9
commit b35d8a34ed
16 changed files with 74 additions and 74 deletions

View File

@@ -96,8 +96,8 @@ Via zip download
o obtain Lua
cd lib
wget http://www.lua.org/ftp/lua-5.4.4.tar.gz
tar -xvf lua-5.4.4.tar.gz
wget http://www.lua.org/ftp/lua-5.4.6.tar.gz
tar -xvf lua-5.4.6.tar.gz
cd ..
o obtain pdcurses
@@ -120,7 +120,7 @@ Via zip download
change from
LUATOP = ../submodules/lua
to
LUATOP = ../lib/lua-5.4.4
LUATOP = ../lib/lua-5.4.6
In sys/windows/Makefile.nmake
change from
@@ -131,7 +131,7 @@ Via zip download
change from
LUATOP = ..\submodules\lua
to
LUATOP = ..\lib\lua-5.4.4
LUATOP = ..\lib\lua-5.4.6
/-----------------------------------------------------------\
| Building And Running Using Visual Studio 2017, 2019, 2022 |