Readme - Updates (#338)

* Readme - Updates

* Docs - updates

[ROCm/rocdecode commit: 47165ef6bb]
This commit is contained in:
Kiriti Gowda
2024-05-03 13:27:58 -07:00
committed by GitHub
parent 4c64022b72
commit 7ea07e5477
2 changed files with 19 additions and 11 deletions
+13 -8
View File
@@ -54,7 +54,7 @@ Prerequisites
* Run: ``--usecase=rocm``
* To install rocDecode with minimum requirements, follow the :doc:`quick-start instructions <./quick-start>`
* Video Acceleration API Version `1.5.0`+ - `Libva` is an implementation for VA-API
* Video Acceleration API Version ``1.5.0`` or later - ``Libva`` is an implementation for VA-API
.. code:: shell
@@ -84,18 +84,23 @@ Prerequisites
sudo apt install ffmpeg libavcodec-dev libavformat-dev libavutil-dev
* If using Ubuntu 22.04, you must install ``libstdc++-12-dev``
.. code:: shell
sudo apt install libstdc++-12-dev
.. note::
* All package installs are shown with the ``apt`` package manager. Use the appropriate package
manager for your operating system.
* Additional RPM Packages required for `RHEL`/`SLES` - `libdrm-amdgpu mesa-amdgpu-dri-drivers`
* On ``Ubuntu 22.04`` - Additional package required: ``libstdc++-12-dev``
.. code:: shell
sudo apt install libstdc++-12-dev
* On ``RHEL`` / ``SLES`` - Additional packages required: ``libdrm-amdgpu`` and ``mesa-amdgpu-dri-drivers``
.. code:: shell
sudo apt install libdrm-amdgpu mesa-amdgpu-dri-drivers
Prerequisites setup script
----------------------------------------------------------------------------------------------------------