Skip to content

Commit

Permalink
[fix]build and run
Browse files Browse the repository at this point in the history
add only support x86 notice

Signed-off-by: Cyber-SiKu <[email protected]>
  • Loading branch information
Cyber-SiKu authored and wuhongsong committed Apr 19, 2023
1 parent 8470ebf commit d5638cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/cn/build_and_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

1. 如您只是想体验Curve的部署流程和基本功能,**则不需要编译Curve**,请参考 [部署](https://github.com/opencurve/curveadm/wiki)
2. 本文档仅用来帮助你搭建Curve代码编译环境,便于您参与Curve的开发调试
3. 以下镜像和编译过程目前仅支持 x86 系统
4. 如要编译[arm分支](https://github.com/opencurve/curve/pull/2408),请根据 [Dockerfile](https://github.com/opencurve/curve/blob/master/docker/debian9/compile/Dockerfile)打包编译镜像
5. 目前master分支不支持在arm系统上编译运行

## 使用Docker进行编译(推荐方式)

Expand Down
3 changes: 3 additions & 0 deletions docs/en/build_and_run_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
**Note:**
1. If you just want to experience the deployment and basic functions of Curve, **you do not need to compile Curve**, please refer to [deployment](https://github.com/opencurve/curveadm/wiki).
2. This document is only used to help you build the Curve code compilation environment, which is convenient for you to participate in the development, debugging and run tests of Curve.
3. The following image and build procedures are currently only supported on x86 systems.
4. To compile [arm branch](https://github.com/opencurve/curve/pull/2408), please follow [Dockerfile](https://github.com/opencurve/curve/blob/master/docker/debian9/compile/Dockerfile) to package and compile the image.
5. Currently the master branch does not support compiling and running on the arm system

## Compile with docker (recommended)

Expand Down

0 comments on commit d5638cf

Please sign in to comment.