134369824d
* Updated core docs + Doxyfile * fixed issues, renamed a file, deleted unused files * added hip-dev as a requirement for 7.2 * updated with Jeff's review * updated getvideoframe description * Update docs/reference/rocDecode-parser.rst Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com> * Update docs/how-to/using-rocDecode-video-decoder.rst Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com> * updated with Leo's feedback * fixed a wrong link in toc --------- Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com> Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com>
42 строки
1.8 KiB
ReStructuredText
42 строки
1.8 KiB
ReStructuredText
.. meta::
|
|
:description: rocDecode Installation Prerequisites
|
|
:keywords: install, rocDecode, AMD, ROCm, prerequisites, dependencies, requirements
|
|
|
|
********************************************************************
|
|
rocDecode prerequisites
|
|
********************************************************************
|
|
|
|
rocDecode requires ROCm running on `GPUs based on the CDNA architecture <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html>`_.
|
|
|
|
ROCm must be installed using the AMDGPU installer with the ``rocm`` usecase:
|
|
|
|
.. code:: shell
|
|
|
|
sudo amdgpu-install --usecase=rocm
|
|
|
|
rocDecode has been tested on the following Linux environments:
|
|
|
|
* Ubuntu 22.04 and 24.04
|
|
* RHEL 8 and 9
|
|
* SLES 15 SP7
|
|
|
|
See `Supported operating systems <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html#supported-operating-systems>`_ for the complete list of ROCm supported Linux environments.
|
|
|
|
The following prerequisites are installed by the package installer. If you are building and installing using the source code, use the `rocDecode-setup.py <https://github.com/ROCm/rocDecode/blob/develop/rocDecode-setup.py>`_ to install these prerequisites.
|
|
|
|
.. note::
|
|
|
|
To use the rocDecode samples, the ``rocdecode``, ``rocdecode-dev``, ``rocdecode-host``, and ``rocdecode-test`` packages need to be installed.
|
|
|
|
If you're installing using the rocDecode source code, the ``rocDecode-setup.py`` script must be run with ``--developer`` set to ``ON``.
|
|
|
|
* Libva-amdgpu-dev, an AMD implementation for Video Acceleration API (VA-API)
|
|
* AMD VA Drivers
|
|
* CMake version 3.10 or later
|
|
* AMD Clang++ Version 18.0.0 or later
|
|
* pkg-config
|
|
* FFmpeg runtime and headers
|
|
* libstdc++-12-dev for installations on Ubuntu 22.04
|
|
* HIP, specifically the ``hip-dev`` package
|
|
|