Skip to content

Latest commit

 

History

History
28 lines (12 loc) · 574 Bytes

1_编译准备.md

File metadata and controls

28 lines (12 loc) · 574 Bytes

lua 源码下载: http://www.lua.org/

创建vs项目,把lua源码添加到项目里

  1. 把lua 源码复制到项目根目录

  1. 添加筛选器 LuaSrc, 存放lua 的源码

把lua 的源码托到LuaSrc里

  1. 附加包含目录

  1. 移除LuaSrc 中的lua.c luac.c 文件,选中release 模式编译代码