Intel® Acceleration Stack User Guide: Intel FPGA Programmable Acceleration Card N3000

ID 683040
Date 6/14/2021
Public
Document Table of Contents

4.1. Install Additional Packages

Before you install and build the OPAE software, you must install the required packages. Run the following commands:
$ sudo yum install gcc gcc-c++ \
cmake make autoconf automake libxml2 \
libxml2-devel json-c-devel boost ncurses ncurses-devel \
ncurses-libs boost-devel libuuid libuuid-devel python2-jsonschema \
doxygen hwloc-devel libpng12 rsync openssl-devel \
bc python-devel python-libs python-sphinx openssl python2-pip
$ sudo pip install intelhex
For Red Hat Enterprise Linux (EPEL) system, run the following commands to install the addtional packages:
$ sudo subscription-manager repos --enable "rhel-*-optional-rpms" \
--enable "rhel-*-extras-rpms" --enable "rhel-ha-for-rhel-*-server-rpms"
$ sudo yum install https://dl.fedoraproject.org/pub/epel/epel-release-\
latest-7.noarch.rpm
For CentOS system, run the following command to install the extra repository:
$ sudo yum install epel-release