Skip to content
Open
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
2 changes: 1 addition & 1 deletion community/source-install/compilation-with-ldb-toolchain.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ For more information, please visit <https://github.com/amosbird/ldb_toolchain_ge
2. **Execute the following command to generate ldb toolchain.**

```bash
sh ldb_toolchain_gen.sh /path/to/ldb_toolchain/
bash ldb_toolchain_gen.sh /path/to/ldb_toolchain/
```

`/path/to/ldb_toolchain/` is the installation directory for the toolchain. After successful execution, the following directory structure will be generated under `/path/to/ldb_toolchain/`:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ LDB Toolchain 全称 Linux Distribution Based Toolchain Generator,它有助于
**2. 执行以下命令生成 ldb toolchain**

```bash
sh ldb_toolchain_gen.sh /path/to/ldb_toolchain/
bash ldb_toolchain_gen.sh /path/to/ldb_toolchain/
```

其中 `/path/to/ldb_toolchain/` 为安装 Toolchain 目录。执行成功后,会在 `/path/to/ldb_toolchain/` 下生成如下目录结构:
Expand Down
Loading