Skip to content

Commit

Permalink
Add instructions for installation of xrt package on Alma Linux (#8156) (
Browse files Browse the repository at this point in the history
#8159)

Signed-off-by: Rahul Bramandlapalli <[email protected]>
Co-authored-by: Rahul Bramandlapalli <[email protected]>
  • Loading branch information
rbramand-xilinx and Rahul Bramandlapalli authored May 10, 2024
1 parent ec83e2a commit 57b0979
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/runtime_src/doc/toc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@ Steps for CENTOS 8.x::
yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
yum config-manager --set-enabled AppStream

Steps for AlmaLinux 8.x::

sudo dnf config-manager --set-enabled powertools
sudo dnf config-manager --set-enabled appstream
sudo dnf install epel-release

Steps for AlmaLinux 9.x::

sudo dnf config-manager --set-enabled crb
sudo dnf install epel-release


Install XRT Software Stack
~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 57b0979

Please sign in to comment.