Cloning the rocJPEG project

Cloning the rocJPEG project#

The rocJPEG source code is available from the ROCm systems GitHub repository. Use sparse checkout when cloning the rocJPEG 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/rocjpeg

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 rocJPEG codebase.

Note

rocJPEG 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.