-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request !9 from lijunru/ninja_upgrade
- Loading branch information
Showing
104 changed files
with
3,900 additions
and
1,197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,19 @@ | ||
#build ninja | ||
# build ninja | ||
|
||
#获取代码 | ||
## 获取代码 | ||
``` | ||
git clone https://gitee.com/openharmony/third_party_ninja.git | ||
``` | ||
|
||
#通过python脚本构建生成二进制文件 | ||
## 通过python脚本构建生成二进制文件 | ||
``` | ||
cd third_party_ninja | ||
./configure.py --bootstrap | ||
``` | ||
|
||
#通过CMake编译生成二进制文件 | ||
## 通过CMake编译生成二进制文件 | ||
``` | ||
cd third_party_ninja | ||
cmake -Bbuild-cmake -H. | ||
cmake -Bbuild-cmake | ||
cmake --build build-cmake | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.