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

4.3. PCIe-based Design Example Software Prerequisites

The PCIe-based design examples require the following software:

  • CMake 3.10.2 or higher
  • libnuma-dev package
To install these software prerequisites, run the following commands:
sudo apt update
sudo apt install libnuma-dev
sudo apt install cmake

The apt tool attempts to install these prerequisites automatically when you install the Intel® FPGA AI Suite following the instructions in Installing the Intel FPGA AI Suite Using System Package Management Tools.