Package Dependencies - Updates (#281)

* Package Dependencies - Updates

* Remove - --no-32

[ROCm/rocdecode commit: 5fdedf2351]
This commit is contained in:
Kiriti Gowda
2024-03-07 14:17:09 -08:00
committed by GitHub
vanhempi a515da0f6e
commit 30b97d5ea0
6 muutettua tiedostoa jossa 47 lisäystä ja 19 poistoa
@@ -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