Cloning the rocDecode project#
The rocDecode source code is available from the ROCm systems GitHub repository. Use sparse checkout when cloning the rocDecode project:
git clone --no-checkout --filter=blob:none https://github.com/ROCm/rocm-systems.git
cd rocm-systems
git sparse-checkout init --cone
git sparse-checkout set projects/rocdecode
Then use git checkout to check out the branch you need.
The develop branch is intended for users who want to preview new features or contribute to the rocDecode codebase.
Note
rocDecode is delivered as part of TheRock. Building from source is only needed for development or previewing new features. For TheRock installation details, refer to the TheRock documentation.