Skip to content

Commit

Permalink
docs: updated build step.
Browse files Browse the repository at this point in the history
Signed-off-by: Wine93 <[email protected]>
  • Loading branch information
Wine93 committed Jul 5, 2022
1 parent 9d861e7 commit 7066c84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/cn/build_and_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ bash mk-tar.sh (编译 curvebs 并打tar包)
bash mk-deb.sh (编译 curvebs 并打debian包)
# curve v2.0 及之后
编译 curvebs: cd curve && make build
编译 curvefs: cd curve/curvefs && make build
编译 curvefs: cd curve/curvefs && make build dep=1
```


Expand Down Expand Up @@ -71,7 +71,7 @@ bash mk-tar.sh (编译 curvebs 并打tar包)
bash mk-deb.sh (编译 curvebs 并打debian包)
# curve v2.0 及之后
编译 curvebs: cd curve && make build
编译 curvefs: cd curve/curvefs && make build
编译 curvefs: cd curve/curvefs && make build dep=1
```

## 测试用例编译及执行
Expand Down
4 changes: 2 additions & 2 deletions docs/en/build_and_run_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ bash mk-tar.sh (compile curvebs and make tar package)
bash mk-deb.sh (compile curvebs and make debian package)
# after curve v2.0
compile curvebs: cd curve && make build
compile curvefs: cd curve/curvefs && make build
compile curvefs: cd curve/curvefs && make build dep=1
```

## Compile on a physical machine
Expand Down Expand Up @@ -66,7 +66,7 @@ bash mk-tar.sh (compile curvebs and make tar package)
bash mk-deb.sh (compile curvebs and make debian package)
# after curve v2.0
compile curvebs: cd curve && make build
compile curvefs: cd curve/curvefs && make build
compile curvefs: cd curve/curvefs && make build dep=1
```

## Test case compilation and execution
Expand Down

0 comments on commit 7066c84

Please sign in to comment.