Skip to content

Commit

Permalink
add-step-of-install-thirdlib (#2697)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Mar 30, 2023
1 parent ea6fa61 commit 5cda5a1
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,17 @@
$ git clone https://github.com/vesoft-inc/nebula.git
```

2. 进入目录`nebula`
2. 进入`nebula/third-party`目录,安装 NebulaGraph 依赖的第三方库

```bash
$ cd nebula
$ cd nebula/third-party
$ ./install-third-party.sh
```

3. 创建目录`build`并进入该目录。
3. 返回`nebula`目录,创建目录`build`并进入该目录。

```bash
$ cd ..
$ mkdir build && cd build
```

Expand Down

0 comments on commit 5cda5a1

Please sign in to comment.