别人电脑上的环境

sublime for cocos2dx simulato sublime-build

{ "cmd": [""],
  "working_dir": "D:\\work\\client_simulato", --simulato 工程路径
  "shell": true, 
  "encoding":"utf-8", 
  "variants": [ 
  { "name": "Run", "cmd" : ["D:\\work\\client_simulato\\client.exe"] } -- exe路径 
 
}

sublime for cocos2dx lua sublime-build

转至 http://www.jianshu.com/p/74c073e4b622

下载lua地址:http://www.lua.org/ftp/

使用make mingw编译

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

其他环境以后再加

猜你喜欢

转载自blog.csdn.net/huyonghong2012/article/details/78740076