未验证 提交 9d5cb132 编写于 作者: O openharmony_ci 提交者: Gitee

!12017 修改快速入门部分章节文件名,不涉及翻译

Merge pull request !12017 from liyan/master
......@@ -142,14 +142,12 @@ Extended components provide optional but important mechanism for extending kerne
## Usage<a name="section741617511812"></a>
OpenHarmony LiteOS Cortex-A supports the [Hi3516D V300](https://gitee.com/openharmony/docs/blob/master/en/device-dev/quick-start/quickstart-lite-introduction-hi3516.md). You can develop and run your applications based on this development board.
OpenHarmony LiteOS Cortex-A supports the [Hi3516D V300](https://gitee.com/openharmony/docs/blob/master/en/device-dev/quick-start/quickstart-appendix-hi3516.md). You can develop and run your applications based on this development board.
### Preparations<a name="section1579912573329"></a>
You need to set up the compilation environment on Linux.
You need to [set up the compilation environment](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-pkg-prepare.md) on Linux.
- [Setting Up Ubuntu Development Environment](https://gitee.com/openharmony/docs/blob/master/en/device-dev/quick-start/quickstart-lite-env-setup.md)
- For Hi3516D V300, see [Setting Up the Hi3516 Development Environment](https://gitee.com/openharmony/docs/blob/master/en/device-dev/quick-start/quickstart-lite-steps-hi3516-setting.md).
### Source Code Acquisition<a name="section11443189655"></a>
......@@ -159,7 +157,7 @@ Download and decompress a set of source code on a Linux server to acquire the [
For details about how to develop the first application, see:
- [Developing the First Example Program Running on Hi3516](https://gitee.com/openharmony/docs/blob/master/en/device-dev/quick-start/quickstart-lite-steps-hi3516-running.md)
- [Developing the First Example Program Running on Hi3516](https://gitee.com/openharmony/docs/blob/master/en/device-dev/quick-start/quickstart-pkg-3516-running.md)
## Repositories Involved<a name="section1371113476307"></a>
......
......@@ -6,7 +6,7 @@ The OpenHarmony project must be built in the Linux environment. This topic descr
## Setting Up the Build Environment
Before porting, set up the build environment as instructed in [Setting Up the Windows Environment](../quick-start/quickstart-ide-env--win.md).
Before porting, set up the build environment as instructed in [Setting Up the Windows Environment](../quick-start/quickstart-ide-env-win.md).
## Obtaining Source Code
......
......@@ -3,7 +3,7 @@
- [Quick Start Overview](quickstart-overview.md)
- Getting Started in IDE Mode
- Setting Up the Development Environment
- [Setting Up the Windows Environment](quickstart-ide-env--win.md)
- [Setting Up the Windows Environment](quickstart-ide-env-win.md)
- [Setting Up the Ubuntu Environment](quickstart-ide-env-ubuntu.md)
- [Configuring the Environment for Remote Access](quickstart-ide-env-remote.md)
- [Creating a Project and Obtaining Source Code](quickstart-ide-import-project.md)
......@@ -25,9 +25,9 @@
- Getting Started in CLI Mode
- Setting Up the Development Environment
- [Setting Up the Development Environment](quickstart-pkg-prepare.md)
- [Installing Libraries and Tools](quickstart-pkg-install_package.md)
- [Installing Libraries and Tools](quickstart-pkg-install-package.md)
- [Obtaining Source Code](quickstart-pkg-sourcecode.md)
- [Installing the Compilation Tools](quickstart-pkg-install_tool.md)
- [Installing the Compilation Tools](quickstart-pkg-install-tool.md)
- Mini System (Based on the Hi3861 Development Board)
- [Installing Tools Specially Required by the Hi3861 Development Board](quickstart-pkg-3861-tool.md)
- [Writing a Hello World Program](quickstart-pkg-3861-helloworld.md)
......
......@@ -15,7 +15,7 @@ The following exemplifies how to run the first program on the development board.
Before development, complete the following preparations:
- [Setting Up the Development Environment](quickstart-ide-env--win.md)
- [Setting Up the Development Environment](quickstart-ide-env-win.md)
- [Creating a Project and Obtaining Source Code](quickstart-ide-import-project.md)
......
......@@ -179,9 +179,9 @@ For details about the functions of the OpenHarmony compilation and building modu
### Prerequisites
- The [required libraries and tools](quickstart-pkg-install_package.md) have been installed.
- The [required libraries and tools](quickstart-pkg-install-package.md) have been installed.
- The [compilation tools](quickstart-pkg-install_tool.md) have been installed.
- The [compilation tools](quickstart-pkg-install-tool.md) have been installed.
- A **Hello World** program has been created with code written.
......
......@@ -15,7 +15,7 @@ The following describes how to download source code of the **OpenHarmony Stable
## Prerequisites
A remote connection from the Windows environment to the Ubuntu environment has been set up through Remote SSH. For details, see [Setting Up the Development Environment](quickstart-ide-env--win.md).
A remote connection from the Windows environment to the Ubuntu environment has been set up through Remote SSH. For details, see [Setting Up the Development Environment](quickstart-ide-env-win.md).
> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE**
>
......
......@@ -26,7 +26,7 @@ To accommodate different developer habits, OpenHarmony provides two modes for ge
| Mode| Tool| Description| Target Audience|
| -------- | -------- | -------- | -------- |
| [IDE mode](quickstart-ide-env--win.md) | DevEco Device Tool| DevEco Device Tool, an integrated development environment (IDE), is used for one-stop development, covering dependency installation, building, burning, and running.<br>DevEco Device Tool works in the Windows+Ubuntu hybrid development environment.<br>- Windows: code development, debugging, and image burning<br>- Ubuntu: source code compilation<br>DevEco Device Tool provides an intuitive GUI to accelerate your development.| - Developers who are unfamiliar with the command line<br>- Developers who are accustomed to GUI-based operations|
| [IDE mode](quickstart-ide-env-win.md) | DevEco Device Tool| DevEco Device Tool, an integrated development environment (IDE), is used for one-stop development, covering dependency installation, building, burning, and running.<br>DevEco Device Tool works in the Windows+Ubuntu hybrid development environment.<br>- Windows: code development, debugging, and image burning<br>- Ubuntu: source code compilation<br>DevEco Device Tool provides an intuitive GUI to accelerate your development.| - Developers who are unfamiliar with the command line<br>- Developers who are accustomed to GUI-based operations|
| [CLI mode](quickstart-pkg-prepare.md)| Command line tools| The command-line interface (CLI) is used to download and install the compilation tools. In Linux, commands are used to build source code. In Windows, the tools provided by the development board vendors are used to burn an image.<br>The CLI mode allows you to install the required toolchain easily in a centralized manner.| Developers who are familiar with the command line|
......
......@@ -9,9 +9,9 @@ For details about the functions of the OpenHarmony compilation and building modu
## Prerequisites
- The [required libraries and tools](quickstart-pkg-install_package.md) have been installed.
- The [required libraries and tools](quickstart-pkg-install-package.md) have been installed.
- The [compilation tools](quickstart-pkg-install_tool.md) have been installed.
- The [compilation tools](quickstart-pkg-install-tool.md) have been installed.
- The Hello World program is ready for use.
......
......@@ -9,9 +9,9 @@ For details about the functions of the OpenHarmony compilation and building modu
## Prerequisites
- The [required libraries and tools](quickstart-pkg-install_package.md) have been installed.
- The [required libraries and tools](quickstart-pkg-install-package.md) have been installed.
- The [compilation tools](quickstart-pkg-install_tool.md) have been installed.
- The [compilation tools](quickstart-pkg-install-tool.md) have been installed.
- The Hello World program is ready for use.
......
......@@ -9,9 +9,9 @@ For details about the functions of the OpenHarmony compilation and building modu
## Prerequisites
- The [required libraries and tools](quickstart-pkg-install_package.md) have been installed.
- The [required libraries and tools](quickstart-pkg-install-package.md) have been installed.
- The [compilation tools](quickstart-pkg-install_tool.md) have been installed.
- The [compilation tools](quickstart-pkg-install-tool.md) have been installed.
- The [tools specially required by Hi3861](quickstart-pkg-3861-tool.md) have been installed.
......
# Installing Tools Specially Required by the Hi3861 Development Board
In addition to the general [libraries and tools](quickstart-pkg-install_package.md) and [compilation tools](quickstart-pkg-install_tool.md), the Hi3861 development board requires the tools listed in this topic for source code building.
In addition to the general [libraries and tools](quickstart-pkg-install-package.md) and [compilation tools](quickstart-pkg-install-tool.md), the Hi3861 development board requires the tools listed in this topic for source code building.
## Required Tools
......
......@@ -122,7 +122,7 @@ You must install the software packages required for build. The command is as fol
# export PATH=~/.local/bin:$PATH
```
![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE**<br>The hb tool will be installed during the installation of ohos-build. If the hb installation fails, see [Installing hb](../../device-dev/quick-start/quickstart-lite-env-setup.md#installing-hb).
![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE**<br>The hb tool will be installed during the installation of ohos-build. If the hb installation fails, see [Installing hb](../../device-dev/quick-start/quickstart-pkg-install-tool.md).
## Configuration Rules
......
......@@ -30,7 +30,7 @@ Kconfig visual configuration has the following advantages:
2. Set up the environment.
The Kconfiglib required for environment configuration has been embedded in the OpenHarmony hb tool. For details about how to install the hb tool, see [hb Installation](../quick-start/quickstart-pkg-install_tool.md#hb-installation).
The Kconfiglib required for environment configuration has been embedded in the OpenHarmony hb tool. For details about how to install the hb tool, see [hb Installation](../quick-start/quickstart-pkg-install-tool.md#hb-installation).
3. Open the Kconfig configuration interface.
......
......@@ -4,7 +4,7 @@
- [Quick Start Overview](quick-start/quickstart-overview.md)
- Getting Started in IDE Mode
- Setting Up the Development Environment
- [Setting Up the Windows Environment](quick-start/quickstart-ide-env--win.md)
- [Setting Up the Windows Environment](quick-start/quickstart-ide-env-win.md)
- [Setting Up the Ubuntu Environment](quick-start/quickstart-ide-env-ubuntu.md)
- [Configuring the Environment for Remote Access](quick-start/quickstart-ide-env-remote.md)
- [Creating a Project and Obtaining Source Code](quick-start/quickstart-ide-import-project.md)
......@@ -26,9 +26,9 @@
- Getting Started in CLI Mode
- Setting Up the Development Environment
- [Setting Up the Development Environment](quick-start/quickstart-pkg-prepare.md)
- [Installing Libraries and Tools](quick-start/quickstart-pkg-install_package.md)
- [Installing Libraries and Tools](quick-start/quickstart-pkg-install-package.md)
- [Obtaining Source Code](quick-start/quickstart-pkg-sourcecode.md)
- [Installing the Compilation Tools](quick-start/quickstart-pkg-install_tool.md)
- [Installing the Compilation Tools](quick-start/quickstart-pkg-install-tool.md)
- Mini System (Based on the Hi3861 Development Board)
- [Installing Tools Specially Required by the Hi3861 Development Board](quick-start/quickstart-pkg-3861-tool.md)
- [Writing a Hello World Program](quick-start/quickstart-pkg-3861-helloworld.md)
......
......@@ -167,14 +167,12 @@ OpenHarmony 轻量级内核是基于IoT领域轻量级物联网操作系统Huawe
## 使用说明<a name="section741617511812"></a>
OpenHarmony LiteOS-A内核支持[Hi3516DV300](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-introduction-hi3516.md)单板。开发者可基于此单板开发运行自己的应用程序。
OpenHarmony LiteOS-A内核支持[Hi3516DV300](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-appendix-hi3516.md)单板。开发者可基于此单板开发运行自己的应用程序。
### 准备<a name="section1579912573329"></a>
开发者需要在Linux上搭建编译环境:
开发者需要在Linux上[搭建编译环境](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-pkg-prepare.md)
- [编译环境准备](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-env-setup.md);
- Hi3516DV300单板:参考[环境搭建](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-steps-hi3516-setting.md)
### 获取源码<a name="section11443189655"></a>
......@@ -184,7 +182,7 @@ OpenHarmony LiteOS-A内核支持[Hi3516DV300](https://gitee.com/openharmony/docs
如果这是您的首次应用程序开发,可参考:
- [helloworld for Hi3516DV300](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-steps-hi3516-running.md)
- [helloworld for Hi3516DV300](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-pkg-3516-running.md)
## 相关仓<a name="section1371113476307"></a>
......
......@@ -3,7 +3,7 @@
- [快速入门概述](quickstart-overview.md)
- 基于IDE入门
- 搭建开发环境
- [搭建Windows环境](quickstart-ide-env--win.md)
- [搭建Windows环境](quickstart-ide-env-win.md)
- [搭建Ubuntu环境](quickstart-ide-env-ubuntu.md)
- [配置远程访问环境](quickstart-ide-env-remote.md)
- [创建工程并获取源码](quickstart-ide-import-project.md)
......@@ -25,9 +25,9 @@
- 基于命令行入门
- 搭建开发环境
- [准备开发环境](quickstart-pkg-prepare.md)
- [安装库和工具集](quickstart-pkg-install_package.md)
- [安装库和工具集](quickstart-pkg-install-package.md)
- [获取源码](quickstart-pkg-sourcecode.md)
- [安装编译工具](quickstart-pkg-install_tool.md)
- [安装编译工具](quickstart-pkg-install-tool.md)
- 轻量系统(基于Hi3861开发板)
- [安装Hi3861开发板特有环境](quickstart-pkg-3861-tool.md)
- [编写“Hello World”程序](quickstart-pkg-3861-helloworld.md)
......
......@@ -15,7 +15,7 @@
在进行开发之前,请完成如下准备工作:
- [搭建开发环境](quickstart-ide-env--win.md)
- [搭建开发环境](quickstart-ide-env-win.md)
- [创建工程并获取源码](quickstart-ide-import-project.md)
......
......@@ -176,9 +176,9 @@ OpenHarmony支持hb和build.sh两种编译方式。此处介绍hb方式,build.
### 前提条件
- 已正确[安装库和工具集](quickstart-pkg-install_package.md)
- 已正确[安装库和工具集](quickstart-pkg-install-package.md)
- 已正确[安装编译工具](quickstart-pkg-install_tool.md)
- 已正确[安装编译工具](quickstart-pkg-install-tool.md)
- “Hello World”程序已编写完成。
......
......@@ -15,7 +15,7 @@ OpenHarmony Stable Version源码为OpenHarmony稳定版本源码,通过镜像
## 前提条件
只有在Windows环境通过Remote SSH远程连接上Ubuntu环境的情况下,才可以创建OpenHarmony新工程,具体请参考[搭建开发环境](quickstart-ide-env--win.md)
只有在Windows环境通过Remote SSH远程连接上Ubuntu环境的情况下,才可以创建OpenHarmony新工程,具体请参考[搭建开发环境](quickstart-ide-env-win.md)
> ![icon-note.gif](public_sys-resources/icon-note.gif) **说明:**
> 若Windows环境未远程连接Ubuntu环境,New Project功能仅针对海思企业用户,不支持创建OpenHarmony工程。
......
......@@ -27,7 +27,7 @@ OpenHarmony当前定义了三种基础系统类型,设备开发者通过选择
| 方式 | 工具 | 特点 | 适用人群 |
| -------- | -------- | -------- | -------- |
| [基于IDE入门](quickstart-ide-env--win.md) | IDE(DevEco&nbsp;Device&nbsp;Tool) | 完全采用IDE进行一站式开发,编译依赖工具的安装及编译、烧录、运行都通过IDE进行操作。<br/>DevEco&nbsp;Device&nbsp;Tool采用Windows+Ubuntu混合开发环境:<br/>-&nbsp;在Windows上主要进行代码开发、代码调试、烧录等操作。<br/>-&nbsp;在Ubuntu环境实现源码编译。<br/>DevEco&nbsp;Device&nbsp;Tool提供界面化的操作接口,可以为您提供更快捷的开发体验。 | -&nbsp;不熟悉命令行操作的开发者<br/>-&nbsp;习惯界面化操作的开发者 |
| [基于IDE入门](quickstart-ide-env-win.md) | IDE(DevEco&nbsp;Device&nbsp;Tool) | 完全采用IDE进行一站式开发,编译依赖工具的安装及编译、烧录、运行都通过IDE进行操作。<br/>DevEco&nbsp;Device&nbsp;Tool采用Windows+Ubuntu混合开发环境:<br/>-&nbsp;在Windows上主要进行代码开发、代码调试、烧录等操作。<br/>-&nbsp;在Ubuntu环境实现源码编译。<br/>DevEco&nbsp;Device&nbsp;Tool提供界面化的操作接口,可以为您提供更快捷的开发体验。 | -&nbsp;不熟悉命令行操作的开发者<br/>-&nbsp;习惯界面化操作的开发者 |
| [基于命令行入门](quickstart-pkg-prepare.md) | 命令行工具包 | 通过命令行方式下载安装编译依赖工具,在Linux系统中进行编译时,相关操作通过命令实现;在Windows系统中使用开发板厂商提供的工具进行代码烧录。<br/>命令行方式提供了简便统一的工具链安装方式。 | 习惯使用命令行操作的开发者 |
......
......@@ -9,9 +9,9 @@ OpenHarmony支持hb和build.sh两种编译方式。此处介绍hb方式,build.
## 前提条件
- 已正确[安装库和工具集](quickstart-pkg-install_package.md)
- 已正确[安装库和工具集](quickstart-pkg-install-package.md)
- 已正确[安装编译工具](quickstart-pkg-install_tool.md)
- 已正确[安装编译工具](quickstart-pkg-install-tool.md)
- “Hello World”程序已编写完成。
......
......@@ -9,9 +9,9 @@ OpenHarmony支持hb和build.sh两种编译方式。此处介绍hb方式,build.
## 前提条件
- 已正确[安装库和工具集](quickstart-pkg-install_package.md)
- 已正确[安装库和工具集](quickstart-pkg-install-package.md)
- 已正确[安装编译工具](quickstart-pkg-install_tool.md)
- 已正确[安装编译工具](quickstart-pkg-install-tool.md)
- “Hello World”程序已编写完成。
......
......@@ -9,9 +9,9 @@ OpenHarmony支持hb和build.sh两种编译方式。此处介绍hb方式,build.
## 前提条件
- 已正确[安装库和工具集](quickstart-pkg-install_package.md)
- 已正确[安装库和工具集](quickstart-pkg-install-package.md)
- 已正确[安装编译工具](quickstart-pkg-install_tool.md)
- 已正确[安装编译工具](quickstart-pkg-install-tool.md)
- 已正确[安装Hi3861特有工具](quickstart-pkg-3861-tool.md)
......
# 安装Hi3861开发板特有环境
除上述[安装库和工具集](quickstart-pkg-install_package.md)[安装编译工具](quickstart-pkg-install_tool.md)外,针对Hi3861开发板还需要安装特定的编译工具。
除上述[安装库和工具集](quickstart-pkg-install-package.md)[安装编译工具](quickstart-pkg-install-tool.md)外,针对Hi3861开发板还需要安装特定的编译工具。
## 工具要求
......
......@@ -94,7 +94,7 @@ OpenHarmony编译子系统是以GN和Ninja构建为基座,对构建和配置
# export PATH=~/.local/bin:$PATH
```
![icon-note.gif](../public_sys-resources/icon-note.gif)**注意**:上述安装ohos-build的过程中会安装编译工具hb,但有时会出现hb安装不成功的情况,若安装不成功,则按照[hb安装](../../device-dev/quick-start/quickstart-pkg-install_tool.md#安装hb)重新安装。
![icon-note.gif](../public_sys-resources/icon-note.gif)**注意**:上述安装ohos-build的过程中会安装编译工具hb,但有时会出现hb安装不成功的情况,若安装不成功,则按照[hb安装](../../device-dev/quick-start/quickstart-pkg-install-tool.md#安装hb)重新安装。
## 配置规则
......
......@@ -30,7 +30,7 @@
2. 环境准备
环境配置所需要的Kconfiglib已内置在OpenHarmony自带的hb工具中,如需安装hb工具,可参考:[hb安装教程](../quick-start/quickstart-pkg-install_tool.md#安装hb)
环境配置所需要的Kconfiglib已内置在OpenHarmony自带的hb工具中,如需安装hb工具,可参考:[hb安装教程](../quick-start/quickstart-pkg-install-tool.md#安装hb)
3. 开启可视化配置界面
......
......@@ -4,7 +4,7 @@
- [快速入门概述](quick-start/quickstart-overview.md)
- 基于IDE开发
- 搭建开发环境
- [搭建Windows环境](quick-start/quickstart-ide-env--win.md)
- [搭建Windows环境](quick-start/quickstart-ide-env-win.md)
- [搭建Ubuntu环境](quick-start/quickstart-ide-env-ubuntu.md)
- [配置远程访问环境](quick-start/quickstart-ide-env-remote.md)
- [创建工程并获取源码](quick-start/quickstart-ide-import-project.md)
......@@ -26,9 +26,9 @@
- 基于命令行开发
- 搭建开发环境
- [准备开发环境](quick-start/quickstart-pkg-prepare.md)
- [安装库和工具集](quick-start/quickstart-pkg-install_package.md)
- [安装库和工具集](quick-start/quickstart-pkg-install-package.md)
- [获取源码](quick-start/quickstart-pkg-sourcecode.md)
- [安装编译工具](quick-start/quickstart-pkg-install_tool.md)
- [安装编译工具](quick-start/quickstart-pkg-install-tool.md)
- 轻量系统(基于Hi3861开发板)
- [安装Hi3861开发板特有环境](quick-start/quickstart-pkg-3861-tool.md)
- [编写“Hello World”程序](quick-start/quickstart-pkg-3861-helloworld.md)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册