diff --git a/projects/rocdecode/README.md b/projects/rocdecode/README.md index d7ec74abec..ddb3b3e381 100644 --- a/projects/rocdecode/README.md +++ b/projects/rocdecode/README.md @@ -233,7 +233,7 @@ You can find rocDecode Docker containers in our * Linux * Ubuntu - `22.04` / `24.04` * RHEL - `8` / `9` - * SLES - `15 SP5` + * SLES - `15 SP6` / `15 SP7` * ROCm: `7.0.0` * libva-amdgpu-dev - `2.16.0` * mesa-amdgpu-va-drivers - `1:24.3.0` diff --git a/projects/rocdecode/docs/install/rocDecode-prerequisites.rst b/projects/rocdecode/docs/install/rocDecode-prerequisites.rst index 0ee8071b34..7fcbf63486 100644 --- a/projects/rocdecode/docs/install/rocDecode-prerequisites.rst +++ b/projects/rocdecode/docs/install/rocDecode-prerequisites.rst @@ -14,11 +14,13 @@ ROCm must be installed using the AMDGPU installer with the ``rocm`` usecase: sudo amdgpu-install --usecase=rocm -rocDecode can be installed on the following Linux environments: +rocDecode has been tested on the following Linux environments: -* Ubuntu 22.04, 24.04 -* RHEL 8 or 9 -* SLES: 15-SP5 +* Ubuntu 22.04 and 24.04 +* RHEL 8 and 9 +* SLES 15 SP6 and SP7 + +See `Supported operating systems `_ for the complete list of ROCm supported Linux environments. The following prerequisites are installed by the package installer. If you are building and installing using the source code, use the `rocDecode-setup.py `_ to install these prerequisites. @@ -35,3 +37,4 @@ The following prerequisites are installed by the package installer. If you are b * pkg-config * FFmpeg runtime and headers * libstdc++-12-dev for installations on Ubuntu 22.04 +