From 301efb2d1b078dedc1b222ada4efc83f6a68b4a7 Mon Sep 17 00:00:00 2001 From: Kiriti Gowda Date: Fri, 12 Jan 2024 13:18:28 -0800 Subject: [PATCH] Readme - Fix (#173) * Readme - Fix * Fix - aligments --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 ```