2016年8月20日

摘要: 在lua官网下载一个lua的release包,里面有已经编译好的lua启动文件(包括lua.exe),其中还有luac.exe, 这个程序是用来将lua文件编译成二进制码, 使用方法很简单,在控制台调用, luac.exe -o a.out a.lua 其中a.out是输出文件名,a.lua是输入的 阅读全文
posted @ 2016-08-20 16:21 HemJohn 阅读(6209) 评论(0) 推荐(0) 编辑

导航