Advertisement

Lua on a Mac

Started by July 18, 2011 07:23 PM
0 comments, last by voidptr_t 13 years, 6 months ago
Hi all,

How can I get Lua code to compile on a Mac? I've been using Scite on Windows, but a Mac version doesn't seem to be available. Can MonoDevelop be used? And if yes how do I set it up to recognize Lua.

Thanks in advance.

Hi all,

How can I get Lua code to compile on a Mac? I've been using Scite on Windows, but a Mac version doesn't seem to be available. Can MonoDevelop be used? And if yes how do I set it up to recognize Lua.

Thanks in advance.


Lua code compiles to run in a virtual machine. Just use the command line tools to compile it.


http://devthought.com/2009/03/17/how-to-install-lua-5-in-mac-os-x-leopard/

This topic is closed to new replies.

Advertisement