mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-29 18:48:09 +08:00
453 B
453 B
如何编译Windows 32位版本
- 1.在文件awtk_config.py中设置TARGET_ARCH为'x86':
将:
#TARGET_ARCH='x86'
修改为:
TARGET_ARCH='x86'
- 2.对于XP,如果OpenGL渲染不正常。可以使用AGGE(或BGFX)试试。
将:
#NANOVG_BACKEND='AGGE'
修改为:
NANOVG_BACKEND='AGGE'
- 3.编译32位版本需要重新生成资源。
scripts/update_res.py clean
scripts/update_res.py all