diff --git a/README.md b/README.md index add6e59dcf..4d742b988a 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ rocDecode is a high performance video decode SDK for AMD GPUs. rocDecode API let + SLES - `15-SP4` * [ROCm supported hardware](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html) + + **NOTE:** `gfx908` or higher required * Install ROCm `6.1.0` or later with [amdgpu-install](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/how-to/amdgpu-install.html) with `--usecase=multimediasdk,rocm --no-32` + **NOTE:** To install rocdecode with minimum requirements follow instructions [here](https://github.com/ROCm/rocDecode/wiki#how-can-i-install-rocdecode-runtime-with-minimum-requirements) @@ -62,17 +63,18 @@ Install rocDecode runtime, development, and test packages. * Runtime package - `rocdecode` only provides the rocdecode library `librocdecode.so` * Development package - `rocdecode-dev`/`rocdecode-devel` provides the library, header files, and samples * Test package - `rocdecode-test` provides ctest to verify installation + **NOTE:** Package install will auto install all dependencies. -* Install packages on `Ubuntu` +#### Ubuntu ```shell sudo apt install rocdecode rocdecode-dev rocdecode-test ``` -* Install packages on `RHEL` +#### RHEL ```shell sudo yum install rocdecode rocdecode-devel rocdecode-test ``` -* Install packages on `SLES` +#### SLES ```shell sudo zypper install rocdecode rocdecode-devel rocdecode-test ```