1、从www.lua.org/download 下载文件lua-5.3.0.tar 解压
2、进入终端 :
cd 文件目录
make macosx install
如果出现 xcode的不能编译:
xcrun: error: active developer path ("/Applications/Xcode 2.app/Contents/Developer") does not exist, use xcode-select to change
解决:
sudo xcode-
select
-switch
/Applications/Xcode
.app
/Contents/Developer
前面加了 sudo 提权限