Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions en/quickstart/openvela_ubuntu_quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Before you begin, please ensure your development environment meets the following

Before you start, you need to install the necessary packages for compiling openvela.

Open a terminal and run the following commands to update the package list and install Git, CMake, Python 3, and the build-essential toolchain.
Open a terminal and run the following commands to update the package list and install Git, curl, CMake, Python 3, libc++abi-dev, and the build-essential toolchain.

```Bash
sudo apt update
sudo apt install git cmake python3 build-essential
sudo apt install git curl cmake python3 libc++abi-dev build-essential
```

### 4. Install Git LFS
Expand Down Expand Up @@ -191,4 +191,4 @@ After the emulator starts, you will see the `goldfish-armv8a-ap>` prompt, indica

- [Debugging Vela with the Vela Emulator](./emulator/Debugging_Vela_with_Vela_Emulator.md)
- [Android Debug Bridge commands](./emulator/Android_Debug_Bridge_commands.md)
- [Send emulator console commands](./emulator/Send_emulator_console_commands.md)
- [Send emulator console commands](./emulator/Send_emulator_console_commands.md)
4 changes: 2 additions & 2 deletions zh-cn/quickstart/openvela_ubuntu_quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@

在开始之前,您需要安装编译 openvela 所需的软件包。

打开终端,执行以下命令,更新软件包列表并安装 Git、CMake、Python 3 和 build-essential 工具链。
打开终端,执行以下命令,更新软件包列表并安装 Git、curl、CMake、Python 3、libc++abi-dev 和 build-essential 工具链。

```Bash
sudo apt update
sudo apt install git cmake python3 build-essential
sudo apt install git curl cmake python3 libc++abi-dev build-essential
```

### 4. 安装 Git LFS 组件
Expand Down