Package Dependencies - Updates (#281)

* Package Dependencies - Updates

* Remove - --no-32

[ROCm/rocdecode commit: 5fdedf2351]
Este commit está contenido en:
Kiriti Gowda
2024-03-07 14:17:09 -08:00
cometido por GitHub
padre a515da0f6e
commit 30b97d5ea0
Se han modificado 6 ficheros con 47 adiciones y 19 borrados
+19 -1
Ver fichero
@@ -47,9 +47,27 @@ Prerequisites
* 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>`_
* Run: ``--usecase=multimediasdk,rocm --no-32``
* Run: ``--usecase=rocm``
* To install rocDecode with minimum requirements, follow the :doc:`quick-start instructions <./quick-start>`
* AMD Libdrm
.. code:: shell
sudo apt install libdrm-amdgpu-dev
* AMD Libva
.. code:: shell
sudo apt install libva-amdgpu-dev
* AMD VA Drivers
.. code:: shell
sudo apt install mesa-amdgpu-va-drivers
* CMake 3.5 or later
.. code:: shell