From 6b5f6496c6d8aea1f85fae9706542cea512b85ac Mon Sep 17 00:00:00 2001 From: htpeng Date: Fri, 22 Aug 2025 02:31:14 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=93=8D=E4=BD=9C=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E7=89=88=E6=9C=AC=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: htpeng --- docs/zh/server/development/ai4c/ai4c_user_manual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zh/server/development/ai4c/ai4c_user_manual.md b/docs/zh/server/development/ai4c/ai4c_user_manual.md index 20682c36..9d94ab48 100644 --- a/docs/zh/server/development/ai4c/ai4c_user_manual.md +++ b/docs/zh/server/development/ai4c/ai4c_user_manual.md @@ -28,7 +28,7 @@ AI4C 代表 AI 辅助编译器的套件,是一个使编译器能够集成机 ### 3.1 直接安装AI4C -若用户使用最新的openEuler系统(24.03-LTS-SP1),同时只准备使用`AI4C`的现有特性,可以直接安装`AI4C`包。 +若用户使用最新的openEuler系统(24.03-LTS-SP2),同时只准备使用`AI4C`的现有特性,可以直接安装`AI4C`包。 ```shell yum install -y AI4C @@ -56,7 +56,7 @@ yum install -y AI4C BUILD BUILDROOT RPMS SOURCES SPECS SRPMS ``` -3. 使用`git clone https://gitee.com/src-openeuler/AI4C.git`,从目标仓库的 `openEuler-24.03-LTS-SP1` 分支拉取代码,并把目标文件放入 rpmbuild 的相应文件夹下: +3. 使用`git clone https://gitee.com/src-openeuler/AI4C.git`,从目标仓库的 `openEuler-24.03-LTS-SP2` 分支拉取代码,并把目标文件放入 rpmbuild 的相应文件夹下: ``` shell cp AI4C/AI4C-v%{version}-alpha.tar.gz ~/rpmbuild/SOURCES/ -- Gitee