From c9edb027f217c3885c2b75977bbdc059cb6ccf46 Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Mon, 13 Jun 2022 20:53:51 +0800 Subject: [PATCH] update docs Signed-off-by: Annie_wang --- en/readme/compilation-and-building.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/en/readme/compilation-and-building.md b/en/readme/compilation-and-building.md index e4493c817b..6cef2599c5 100644 --- a/en/readme/compilation-and-building.md +++ b/en/readme/compilation-and-building.md @@ -1,4 +1,4 @@ -# Compilation and Building +# Compilation and Building The compilation and building subsystem provides a framework based on Generate Ninja (GN) and Ninja. This subsystem allows you to: @@ -7,7 +7,7 @@ The compilation and building subsystem provides a framework based on Generate Ni - Package capabilities required by a product by assembling modules based on the product configuration. -## Basic Concepts +## Basic Concepts It is considered best practice to learn the following basic concepts before you start building: @@ -32,7 +32,7 @@ It is considered best practice to learn the following basic concepts before you Ninja is a small high-speed build system. -## Working Principles +## Working Principles The compilation and build process of OpenHarmony is as follows: @@ -40,15 +40,15 @@ The compilation and build process of OpenHarmony is as follows: - Running GN: Configure the toolchain and global options based on the parsed product name and compilation type. - Running Ninja: Start building and generate a product distribution. -## Building a Mini or Small System +## Building a Mini or Small System See [build\_lite](https://gitee.com/openharmony/build_lite/blob/master/README.md). -## Building a Standard System +## Building a Standard System -See the readme of the **build** repository. +See [build](https://gitee.com/openharmony/build). -## Repositories Involved +## Repositories Involved **Compilation and building** -- GitLab