Programming in Lua on OS X?

后端 未结 6 2178
梦谈多话
梦谈多话 2021-02-08 04:45

What can I use to program Lua script on Mac OS X? I\'m looking for something that I can use to compile/interpret Lua script on OS X.

6条回答
  •  悲哀的现实
    2021-02-08 05:09

    My preferred way:

    brew install lua
    

    Thanks, Max!

    And if you need to know how to install Homebrew, see http://mxcl.github.com/homebrew/ and:

    /usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
    

提交回复
热议问题