Package Dependencies - Updates (#281)

* Package Dependencies - Updates

* Remove - --no-32

[ROCm/rocdecode commit: 5fdedf2351]
이 커밋은 다음에 포함됨:
Kiriti Gowda
2024-03-07 14:17:09 -08:00
커밋한 사람 GitHub
부모 a515da0f6e
커밋 30b97d5ea0
6개의 변경된 파일47개의 추가작업 그리고 19개의 파일을 삭제
+19 -1
파일 보기
@@ -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