Installing rocPyDecode#
The rocPyDecode source code and its installation scripts are available from the rocPyDecode GitHub Repository.
rocPyJpegDecode is installed with rocPyDecode if rocJPEG is already installed on the system. If rocJPEG is not already installed, the rocPyJpegDecode libraries won’t be installed.
The full list of prerequisites for both rocPyDecode and rocPyJpegDecode can be found in rocPyDecode prerequisites.
The develop branch is the default rocPyDecode branch. The develop branch is intended for users who want to preview new features or contribute to the rocPyDecode code base. If you don’t intend to preview new features or contribute to the codebase, clone the rocPyDecode branch that corresponds to your version of ROCm.
rocPyDecode is installed with CMake.
Cmake can be used to created deb files and zipped tar files for distribution. Wheel distribution files can also be created
Note
The deb files, tar files, and wheel files will include rocPyJpegDecode if rocJPEG was installed on the system before installing rocPyDecode.