Descriptor: add the description document about python building

issue: https://gitee.com/openharmony/third_party_python/issues/I615R5

Signed-off-by: lsn1028 <longshining2@huawei.com>
This commit is contained in:
lsn1028 2022-11-15 10:47:26 +08:00
parent 14daaff21b
commit c497010a1e

9
build_description.md Normal file
View File

@ -0,0 +1,9 @@
#build python
#获取代码
git clone https://gitee.com/openharmony/third_party_python.git
#编译生成二进制文件
cd third_party_python
./configure
make