安装 vs code代码编辑器
VS code 代码编辑器安装VS code 是非常强大的代码编辑器,很多方便的功能都可以通过插件来实现,比如快速注释,代码跳转等功能。
下载连接: [https://code.visualstudio.com/](https://code.visualstudio.com/)
Git工具安装
git 工具 是必要的,拉取代码和管理代码的功能,小安派的源码全都是放在git 远程仓库上,想要下载源码,必须使用git 工具。 先将以下三个路径添加至该设备的环境变量中
aithinker_Ai-M6X_SDK\toolchain_gcc_t-head_windows\bin aithinker_Ai-M6X_SDK\tools\make aithinker_Ai-M6X_SDK\tools\ninja
上移make
重启电脑检测
编译完成
|