Skip to content

Commit

Permalink
modify commands in build doc (#1969)
Browse files Browse the repository at this point in the history
Co-authored-by: dutor <440396+dutor@users.noreply.github.com>
  • Loading branch information
amber-moe and dutor authored Mar 26, 2020
1 parent b14428f commit f81ec23
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
* 处理器: x86_64
* 内存: 至少 4GB
* 存储空间: 至少 10GB
* Linux 内核: 2.3.32 或更高版本,通过命令`uname -r`查看
* glibc: 2.12 或更高版本,通过命令`ldd --version`查看
* GCC: 7.1.0 或更高版本,通过命令`g++ --version`查看
* CMake: 3.5.0 或更高版本,通过命令`cmake --version`查看
* Linux 内核: 2.3.32 或更高版本,通过命令 `uname -r` 查看
* glibc: 2.12 或更高版本,通过命令 `ldd --version` 查看
* GCC: 7.1.0 或更高版本,通过命令 `g++ --version` 查看
* CMake: 3.5.0 或更高版本,通过命令 `cmake --version` 查看
* 能够访问互联网

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

```bash
$ g++ version
$ cmake version
$ g++ --version
$ cmake --version
```

否则,请分别参考 [安装 GCC](#安装可用的-gcc)[安装 CMake](#安装可用的-cmake) 进行操作。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ For Arch and Gentoo users, you can definitely handle all of these on your own, r
To make sure your GCC and CMake are in the right version:

```bash
$ g++ version
$ cmake version
$ g++ --version
$ cmake --version
```

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

0 comments on commit f81ec23

Please sign in to comment.