-
Notifications
You must be signed in to change notification settings - Fork 15
环境搭建
HYbutterfly edited this page Oct 12, 2020
·
5 revisions
-
- 安装 msys2 (https://www.msys2.org/) 建议安装64位的(x86_64)
-
- 装好后, 打开msys2 安装目录, 把 mingw64.exe 右键发送到桌面快捷方式, 以后就用这个进入我们的环境
-
a. 点击 mingw64.exe 进入环境
-
b. 安装 gcc (命令: pacman -S mingw-w64-x86_64-gcc)
-
c. 安装 freetype (命令: pacman -S mingw64/mingw-w64-x86_64-freetype)
-
d. 安装 glfw, git(可选)
-
e. cd 3rd/lua-5.4.x, make mingw, 将编译好的lua54.dll 拷贝一份到项目根目录下
-
f. 把 kite 项目拷贝到 msys2/home/YOU_NAME/
-
g. 编译: 1. cd kite 2.make
-
h. 测试: ./kite.exe examples/helloworld
-
i. msys2 参考1: https://blog.csdn.net/yehuohan/article/details/52090282
-
j. pacman 参考: https://www.jianshu.com/p/ea651cdc5530