https://www.lua.org/download.html
curl -R -O http://www.lua.org/ftp/lua-5.4.3.tar.gz
tar zxf lua-5.4.3.tar.gz
cd lua-5.4.3
make all test
lua的二进制文件就在 lua-5.4.3/src
下,配置到环境变量就ok啦
https://www.lua.org/download.html
curl -R -O http://www.lua.org/ftp/lua-5.4.3.tar.gz
tar zxf lua-5.4.3.tar.gz
cd lua-5.4.3
make all test
lua的二进制文件就在 lua-5.4.3/src
下,配置到环境变量就ok啦