logo资料库

AWTK 编译与调试 环境搭建指南.pdf

第1页 / 共8页
第2页 / 共8页
第3页 / 共8页
第4页 / 共8页
第5页 / 共8页
第6页 / 共8页
第7页 / 共8页
第8页 / 共8页
资料共8页,全文预览结束
AWTK 编译与调试 环境搭建指南
1 安装Git
2 运行Git Bash 并下载代码
3 安装python3
4 打开powershell 安装 scons
5 安装pywin32
6 安装Visual Studio C++(2017+)
7 安装Visual Studio Code
8 编译代码
9 打开VScode 并添加工程目录
也可在VScode编译(第2种方法)
a 配置调试环境
b 运行调试 跟踪call stack
VS环境下编译与调试
AWTK 编译与调试 环境搭建指南   1 安装Git   2 运行Git Bash 并下载代码 git clone https://github.com/zlgopen/awtk.git git clone https://github.com/zlgopen/awtk-examples.git   3 安装python3 卸载了所有python版本,然后单独装了python3.x 64bit版本。 增加环境变量到PATH: 注:pip 在 Scripts目录,所以要把它所在目录加到环境变量。   4 打开powershell 安装 scons
5 安装pywin32   6 安装Visual Studio C++(2017+)   7 安装Visual Studio Code
  8 编译代码 进行代码目录,编译代码。 为有加快编译速度,可采用多核编译(建议这样做哦,不然较慢要几分钟吧):   9 打开VScode 并添加工程目录
  也可在VScode编译(第2种方法)
  a 配置调试环境  
b 运行调试 跟踪call stack   VS环境下编译与调试
按 F7 生成解决方案(即:编译) 成功后,按 F5 开始运行调试。     Enjoy AWTK :-)  
分享到:
收藏