$ curl -R -O http://www.lua.org/ftp/lua-5.2.3.tar.gz
$ tar zxf lua-5.2.3.tar.gz
$ cd lua-5.2.3
$ make machos test
然后发现不可以用......
尝试使用了Homebrew
brew search lua
brew install lua
成功
$ curl -R -O http://www.lua.org/ftp/lua-5.2.3.tar.gz
$ tar zxf lua-5.2.3.tar.gz
$ cd lua-5.2.3
$ make machos test
然后发现不可以用......
尝试使用了Homebrew
brew search lua
brew install lua
成功