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
orang tua 4c64022b72
melakukan 7ea07e5477
2 mengubah file dengan 19 tambahan dan 11 penghapusan
+6 -3
Melihat File
@@ -55,14 +55,17 @@ access the video decoding features available on your GPU.
```
> [!IMPORTANT]
> * If using Ubuntu 22.04, you must install `libstdc++-12-dev`
> * On `Ubuntu 22.04` - Additional package required: `libstdc++-12-dev`
>
> ```shell
> sudo apt install libstdc++-12-dev
> ```
>
> * Additional RPM Packages required for `RHEL`/`SLES` - `libdrm-amdgpu mesa-amdgpu-dri-drivers`
> * On `RHEL`/`SLES` - Additional packages required: `libdrm-amdgpu` and `mesa-amdgpu-dri-drivers`
>
> ```shell
> sudo yum install libdrm-amdgpu mesa-amdgpu-dri-drivers
> ```
>[!NOTE]
> * All package installs are shown with the `apt` package manager. Use the appropriate package manager for your operating system.
+13 -8
Melihat 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
----------------------------------------------------------------------------------------------------------