diff --git a/projects/hip/docs/install/build.rst b/projects/hip/docs/install/build.rst index 6b0313e2be..6882770f52 100644 --- a/projects/hip/docs/install/build.rst +++ b/projects/hip/docs/install/build.rst @@ -21,6 +21,12 @@ Check and install ``CppHeaderParser`` package using the command: pip3 install CppHeaderParser +Install ``ROCm LLVM`` package using the command: + +.. code-block:: shell + + apt-get install rocm-llvm-dev + .. _Building the HIP runtime: