Skip to content

Commit

Permalink
!8 新增ninja源代码的编译构建说明文件
Browse files Browse the repository at this point in the history
Merge pull request !8 from lsn1028/lsn_1115
  • Loading branch information
openharmony_ci authored and gitee-org committed Nov 16, 2022
2 parents 93c39c0 + 0f7085c commit ff78c5d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions build_description.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#build ninja

#获取代码
git clone https://gitee.com/openharmony/third_party_ninja.git

#通过python脚本构建生成二进制文件
cd third_party_ninja
./configure.py --bootstrap

#通过CMake编译生成二进制文件
cd third_party_ninja
cmake -Bbuild-cmake -H.
cmake --build build-cmake

0 comments on commit ff78c5d

Please sign in to comment.