• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#build python
2
3#获取代码
4git clone https://gitee.com/openharmony/third_party_python.git
5
6#编译生成二进制文件
7cd third_party_python
8./configure
9make
10