标签:

1 篇文章

在Windows 上 Build LuaJit32 和 LuaJit64
from--https://blog.csdn.net/u013700908/article/details/86366443 1、Build环境 Windows 10 Visual Studio 2017 2、Build需求 1、首先我们需要Luajit的源代码 [前往下载](http://luajit.org/download.html) 2、Window只需要下载.Zip后缀的压缩包即可,红框表示稳定版,绿框为开发测试版自行取舍,笔者选的beta3的 1 2 3、Build工具 如上图 x64 Native Tools Command Prompt for VS 2017 用于构建 64位的Luajit.exe x86 Native Tools Command Prompt for VS 2017 用于构建 32位的Luajit.ex…