Skip to content

Commit

Permalink
Add build packages for RHEL
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Iranzo Gómez <[email protected]>
Closes: #15
Signed-off-by: Kurt Kanzenbach <[email protected]>
  • Loading branch information
iranzo authored and shifty91 committed Sep 11, 2024
1 parent 75db269 commit 61f226b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Documentation/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ For Debian based systems do:
.. Note:: For Debian Bullseye ``libxdp`` is packaged in backports.

For RHEL based systems do:

.. code:: bash
dnf -y upgrade
dnf -y install libxdp-devel libyaml-devel clang mosquitto-devel \
python3-sphinx python3-sphinx_rtd_theme cmake openssl-devel llvm
.. Note:: For RHEL ``libxdp-devel`` is packaged in CodeReadyBuilder repos. More info at https://developers.redhat.com/blog/2018/11/15/introducing-codeready-linux-builder. Usually a matter of running ``crb enable`` on the subscription-manager registered system with the ``EPEL`` repository enabled.

Furthermore, the Linux TSN ``Testbench`` requires Linux kernel version >= v5.12.
PREEMPT_RT is recommended. In addition, the following configuration options have
to be set:
Expand Down

0 comments on commit 61f226b

Please sign in to comment.