Intel® FPGA AI Suite: Getting Started Guide

ID 768970
Date 4/05/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

A.1. CentOS* 7 Installation Notes

The Intel FPGA AI Suite does not provide support for CentOS* 7. CentOS* 7 requires some additional installation steps to update the cmake tool in order for the Intel® FPGA AI SuiteI runtime to build properly. The commands to update cmake are as follows:
sudo yum install -y cmake3
sudo yum remove cmake
sudo ln -s /usr/bin/cmake3 /usr/bin/cmake
cmake -–version

Choose Yes when the yum command asks for confirmation to remove CMake.

The update was successful if the cmake --version command shows version 3.11 or newer.