67052ff454
* initial commit of changes to the installation and landing pages
* deleted original install; fixed the toc; fixed typos
* fixed some wording issues; fixed some formatting issues
* adding back install.rst to try to fix the conflict
---------
Co-authored-by: Aryan Salmanpour <aryan.salmanpour@amd.com>
[ROCm/rocdecode commit: 6cc30f12a4]
38 línte
1.6 KiB
ReStructuredText
38 línte
1.6 KiB
ReStructuredText
.. meta::
|
|
:description: rocDecode Installation Prerequisites
|
|
:keywords: install, rocDecode, AMD, ROCm, prerequisites, dependencies, requirements
|
|
|
|
********************************************************************
|
|
rocDecode prerequisites
|
|
********************************************************************
|
|
|
|
rocDecode requires ROCm 6.1 or later running on `accelerators 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](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/how-to/amdgpu-install.html) with the ``rocm`` usecase:
|
|
|
|
.. code:: shell
|
|
|
|
sudo amdgpu-install --usecase=rocm
|
|
|
|
rocDecode can be installed on the following Linux environments:
|
|
|
|
* Ubuntu 20.04, 22.04
|
|
* RHEL 8 or 9
|
|
* SLES: 15-SP5
|
|
|
|
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``, 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, an implementation for Video Acceleration API (VA-API)
|
|
* AMD VA Drivers
|
|
* CMake version 3.5 or later
|
|
* Clang Version 5.0.1 or later
|
|
* pkg-config
|
|
* FFmpeg runtime and headers
|
|
* libstdc++-12-dev for installations on Ubuntu 22.04
|