Installing A-FOT
Download A-FOT code and modify compilation parameters to meet the automatic FDO requirements.
- Download A-FOT code from Gitee.
1 2
cd /home git clone https://gitee.com/openeuler/A-FOT.git

- If the server cannot connect to the Internet, you can add a proxy to download the A-FOT code.
- If "SSL certificate problem: self signed certificate in certificate chain" is displayed when the A-FOT code is being downloaded, you can disable SSL verification to resolve this issue.
1git config --global http.sslVerify false
- You can also use the Yum source to install A-FOT. In this method, the default installation path is /usr/bin/.
1yum install A-FOT
Parent topic: Installing the GCC FDO Component