* Readme - Fix

* Fix - aligments
Αυτή η υποβολή περιλαμβάνεται σε:
Kiriti Gowda
2024-01-12 13:18:28 -08:00
υποβλήθηκε από GitHub
γονέας 07dd095a6a
υποβολή 301efb2d1b
+5 -3
Προβολή Αρχείου
@@ -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
```