windows 编译Lua

http://www.linuxidc.com/Linux/2014-02/96459.htm

 

sublime 配置lua 

 

build sysytem -> new build system.

the content:

{
    "cmd": ["D:\\TDDOWNLOAD\\lua-5.2.3\\lua-5.2.3\\bin\\lua.exe","$file"],
    "file_regex": "^(...*?):([0-9]*):?([0-9]*)",
    "selector":"source.lua"

}

a.lua

print ("hello world")

ctrl +B

posted on 2014-08-04 23:09  jesse_deng  阅读(160)  评论(0编辑  收藏  举报

导航