Package - Host package updates (#671)

* rocDecode host - Package

* Host Package - Added

* Readme - Host updates

* Changelog - Updates

[ROCm/rocdecode commit: 433ca3a564]
Этот коммит содержится в:
Kiriti Gowda
2025-11-14 13:23:51 -08:00
коммит произвёл GitHub
родитель f03eebf563
Коммит 6a2036b033
9 изменённых файлов: 41 добавлений и 23 удалений
+4 -4
Просмотреть файл
@@ -44,7 +44,7 @@ Use the following commands to install only the rocDecode runtime package:
Complete installation
========================================
Use the following commands to install ``rocdecode``, ``rocdecode-dev``, and ``rocdecode-test``:
Use the following commands to install ``rocdecode``, ``rocdecode-dev``, ``rocdecode-host``, and ``rocdecode-test``:
.. tab-set::
@@ -52,16 +52,16 @@ Use the following commands to install ``rocdecode``, ``rocdecode-dev``, and ``ro
.. code:: shell
sudo apt install rocdecode rocdecode-dev rocdecode-test
sudo apt install rocdecode rocdecode-dev rocdecode-test rocdecode-host
.. tab-item:: RHEL
.. code:: shell
sudo yum install rocdecode rocdecode-devel rocdecode-test
sudo yum install rocdecode rocdecode-devel rocdecode-test rocdecode-host
.. tab-item:: SLES
.. code:: shell
sudo zypper install rocdecode rocdecode-devel rocdecode-test
sudo zypper install rocdecode rocdecode-devel rocdecode-test rocdecode-host
+1 -1
Просмотреть файл
@@ -26,7 +26,7 @@ The following prerequisites are installed by the package installer. If you are b
.. note::
To use the rocDecode samples, the ``rocdecode``, ``rocdecode-dev``, and ``rocdecode-test`` packages need to be installed.
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``.
+2 -2
Просмотреть файл
@@ -10,9 +10,9 @@ rocDecode samples are available in the `rocDecode GitHub repository <https://git
You can find a walkthrough of the ``videodecode.cpp`` sample at :doc:`Understanding the videodecode.cpp sample <../how-to/using-rocDecode-videodecode-sample>`.
All three rocDecode packages, ``rocDecode``, ``rocdecode-dev``, and ``rocdecode-test``, must be installed to use the rocDecode samples.
All rocDecode packages, ``rocDecode``, ``rocdecode-dev``, ``rocdecode-host``, and ``rocdecode-test``, must be installed to use the rocDecode samples.
If you're using a :doc:`package installer <../install/rocDecode-package-install>`, install ``rocdecode``, ``rocdecode-dev``, and ``rocdecode-test``.
If you're using a :doc:`package installer <../install/rocDecode-package-install>`, install ``rocdecode``, ``rocdecode-dev``, ``rocdecode-host``, and ``rocdecode-test``.
If you're building and installing rocDecode from its :doc:`source code <../install/rocDecode-build-and-install>`, ``rocDecode-setup.py`` needs to be run with ``--developer`` set to ``ON``: