Installing Lua in Mac
摘要:
Lua is distributed in source form. You need to build it before using it. Building Lua should be straightforward because Lua is implemented in pure ANSI C and compiles unmodified in all known platforms that have an ANSI C compiler. Lua also compiles unmodified as C++. The instructions given below for 阅读全文
posted @ 2014-02-25 09:39 Step-BY-Step 阅读(405) 评论(2) 推荐(0) 编辑