Skip to content

Commit

Permalink
Update 1.resource-preparations.md (#2169)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomJoe211 authored Sep 23, 2022
1 parent 39f2652 commit 445cf8b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ NebulaGraph 是针对 NVMe SSD 进行设计和实现的,所有默认参数都

如果版本正确,则软件依赖已准备完毕,忽略后续步骤;如果不正确,根据不符合版本要求的软件执行后续步骤。

3. 如果 CMake 版本不符合要求,访问 CMake 官网以获取符合需要的版本
3. 如果 CMake 或 g++ 版本不符合要求,访问官网以获取符合需要的版本

4. 如果 G++ 版本不符合要求,自行到 GCC 官网获取相应版本或根据以下方法安装合适版本的 GCC。
<!--或根据以下方法安装合适版本的 GCC。

- CentOS 系统的用户依次执行以下命令:

Expand All @@ -145,6 +145,7 @@ NebulaGraph 是针对 NVMe SSD 进行设计和实现的,所有默认参数都
add-apt-repository ppa:ubuntu-toolchain-r/test
apt install gcc-11 g++-11
```
-->

## 测试环境要求

Expand Down

0 comments on commit 445cf8b

Please sign in to comment.