diff --git a/README-zh.md b/README-zh.md index ca63cba0b42bb52d7d5756215b59a7d36bdde50d..546ca0ea6a1ca811d4db6e9e151fc193f259e9e4 100644 --- a/README-zh.md +++ b/README-zh.md @@ -30,7 +30,7 @@ python3-setuptools python-wheel texinfo binutils-devel libatomic ### 2.2、容器化构建 -为了解决由于开发环境差异导致的构建失败和构建产物二进制差异问题,openEuler LLVM项目提供了容器化构建方法。得益于[openEuler容器镜像项目](https://gitee.com/openeuler/openeuler-docker-images),提前制作了[llvm-build-deps容器镜像](https://gitee.com/openeuler/openeuler-docker-images/tree/master/llvm-build-deps)。开发者可以通过`build.sh`脚本的`-C`选项启用容器化构建,例如: +为了解决由于开发环境差异导致的构建失败和构建产物二进制差异问题,openEuler LLVM项目提供了容器化构建方法。得益于[openEuler容器镜像项目](https://gitee.com/openeuler/openeuler-docker-images),提前制作了[llvm-build-deps容器镜像](https://gitee.com/openeuler/openeuler-docker-images/tree/master/AI/llvm-build-deps)。开发者可以通过`build.sh`脚本的`-C`选项启用容器化构建,例如: ``` ./build.sh -C -r -b release -X X86 -j 8 // 添加了-C选项 ``` diff --git a/README.md b/README.md index fe9239308b44a467d89b1678a555a3ce4fa20603..a16147bb079ff7e1e99d0099d9094b3279517fc0 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ You can run the `./build.sh -h` command to view the build options supported by t ### 2.2 Build with container -The openEuler LLVM project provides a containerized building mode to solve the problems of build failures and binary differences of build products caused by development environment differences. Thanks to the [openEuler container image project](https://gitee.com/openeuler/openeuler-docker-images), the [llvm-build-deps container image](https://gitee.com/openeuler/openeuler-docker-images/tree/master/llvm-build-deps) is created in advance. Developers can enable containerized builds using the `-C` option of the `build.sh` script. For example: +The openEuler LLVM project provides a containerized building mode to solve the problems of build failures and binary differences of build products caused by development environment differences. Thanks to the [openEuler container image project](https://gitee.com/openeuler/openeuler-docker-images), the [llvm-build-deps container image](https://gitee.com/openeuler/openeuler-docker-images/tree/master/AI/llvm-build-deps) is created in advance. Developers can enable containerized builds using the `-C` option of the `build.sh` script. For example: ` ` ` ./build.sh -C -r -b release -X X86 -j 8 // added -C option