diff --git a/projects/rocr-runtime/README.md b/projects/rocr-runtime/README.md index a8fa83b577..a7f5ad63da 100644 --- a/projects/rocr-runtime/README.md +++ b/projects/rocr-runtime/README.md @@ -48,7 +48,9 @@ Ensure you have the following installed: - `libelf-dev` - `g++` - `libdrm-amdgpu-dev` or `libdrm-dev` +- `pkg-config` - `rocm-core` +- `rocm-llvm-dev` ### ROCr & ROCt Build Instructions 1. **Clone this repository and cd into its root** @@ -58,7 +60,11 @@ Ensure you have the following installed: ``` 3. **Configure the build (example)** ```sh - cmake -DCMAKE_INSTALL_PREFIX=/opt//llvm .. + cmake -DCMAKE_INSTALL_PREFIX= .. + ``` + e.g: + ``` + cmake -DCMAKE_INSTALL_PREFIX=/opt/rocm .. ``` 4. **Compile the project** ```sh @@ -163,4 +169,4 @@ Micro Devices, Inc. Other product names used in this publication are for identification purposes only and may be trademarks of their respective companies. -Copyright © 2014-2024 Advanced Micro Devices, Inc. All rights reserved. \ No newline at end of file +Copyright © 2014-2024 Advanced Micro Devices, Inc. All rights reserved.