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
+6 -3
View 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.