安装A-FOT自动反馈编译组件
下载A-FOT代码以安装A-FOT自动反馈编译组件,并修改其中的编译参数以满足自动反馈编译需求。
前提条件
下载A-FOT代码需要连接外网,请确保服务器可以访问外网。如果服务器无法访问外网,需要配置网络代理。
1 2 3 |
export http_proxy="http://用户名:密码@代理IP地址:代理端口" export https_proxy=$http_proxy export no_proxy=127.0.0.1,.huawei.com,localhost,local,.local |
操作步骤
- 进入home目录。
1
cd /home
- 从Gitee下载A-FOT代码。
1
git clone https://gitee.com/openeuler/A-FOT.git
- 如果下载A-FOT代码过程中提示“SSL certificate problem: self signed certificate in certificate chain”,可以通过关闭SSL校验解决。
1
git config --global http.sslVerify false
- 也可使用Yum源方式安装A-FOT。该方式安装A-FOT的默认路径为“/usr/bin/”。
1
yum install A-FOT
- 如果下载A-FOT代码过程中提示“SSL certificate problem: self signed certificate in certificate chain”,可以通过关闭SSL校验解决。
父主题: 安装GCC反馈编译组件