lua install 2 years ago
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啦
- 上一篇: Mac特殊符号
- 下一篇: localStorage使用
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啦