Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc]modify commands in build doc #1969

Merged
merged 2 commits into from
Mar 26, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
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