Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.
River Yan edited this page Apr 2, 2020 · 1 revision

Tips for building

关于devscripts目录的工具

devscripts 目录下有一些我在build的时候写的快捷脚本,可以读1,2个看看,不过类似reset-** 这种的用的时候需要格外小心,做好备份

devscripts/set-env-for-qpy3.sh 是我在编译的时候设置环境变量的脚本,没回我都是source devscripts/set-env-for-qpy3.sh 之后,然后开始build

不过里面的FC之类的,如果不是编译 scipy,用不上

#export TARGET_ARCH_QPY=armeabi-v7a
export TARGET_ARCH_QPY=arm64-v8a

这两个可以根据编译的架构来选择一下。我最新的是在arm64-v8a下能把python3.6.6编译起来



Clone this wiki locally