Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 585bcf9

Browse files
amber-moedutor
andauthoredMar 26, 2020
modify commands in build doc (vesoft-inc#1969)
Co-authored-by: dutor <440396+dutor@users.noreply.github.com>
1 parent c2c72a4 commit 585bcf9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
 

‎docs/manual-CN/3.build-develop-and-administration/1.build/1.build-source-code.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
* 处理器: x86_64
1010
* 内存: 至少 4GB
1111
* 存储空间: 至少 10GB
12-
* Linux 内核: 2.3.32 或更高版本,通过命令`uname -r`查看
13-
* glibc: 2.12 或更高版本,通过命令`ldd --version`查看
14-
* GCC: 7.1.0 或更高版本,通过命令`g++ --version`查看
15-
* CMake: 3.5.0 或更高版本,通过命令`cmake --version`查看
12+
* Linux 内核: 2.3.32 或更高版本,通过命令 `uname -r` 查看
13+
* glibc: 2.12 或更高版本,通过命令 `ldd --version` 查看
14+
* GCC: 7.1.0 或更高版本,通过命令 `g++ --version` 查看
15+
* CMake: 3.5.0 或更高版本,通过命令 `cmake --version` 查看
1616
* 能够访问互联网
1717

1818
**注意**: **Nebula Graph** 目前仅支持 x86_64 架构。
@@ -71,8 +71,8 @@ ArchLinux、Gentoo 或者 LFS 用户请自行安装。
7171
在开始编译之前,请确保编译器和 CMake 版本满足要求:
7272

7373
```bash
74-
$ g++ version
75-
$ cmake version
74+
$ g++ --version
75+
$ cmake --version
7676
```
7777

7878
否则,请分别参考 [安装 GCC](#安装可用的-gcc)[安装 CMake](#安装可用的-cmake) 进行操作。

‎docs/manual-EN/3.build-develop-and-administration/1.build/1.build-source-code.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ For Arch and Gentoo users, you can definitely handle all of these on your own, r
7171
To make sure your GCC and CMake are in the right version:
7272

7373
```bash
74-
$ g++ version
75-
$ cmake version
74+
$ g++ --version
75+
$ cmake --version
7676
```
7777

7878
If not, please refer to [Install an Applicable CMake](#install-an-applicable-cmake) and [Install an Applicable GCC](#install-an-applicable-gcc).

0 commit comments

Comments
 (0)
Please sign in to comment.