From eba208b1fd804f7a45ef2894a54d531caeb2f36e Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Mon, 31 Jul 2017 14:57:32 +0530 Subject: [PATCH] [doc] Add details of HIP build time dependencies to INSTALL.md Change-Id: Iee87d1345aba716d0ce49f7afb45ba073a16be88 [ROCm/hip commit: e9c995959b5be31d6377538ce13a8d04810e70a5] --- projects/hip/INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/hip/INSTALL.md b/projects/hip/INSTALL.md index dc9ae41b9c..eb219e19f7 100644 --- a/projects/hip/INSTALL.md +++ b/projects/hip/INSTALL.md @@ -59,7 +59,8 @@ HIP source code is available and the project can be built from source on the HCC 1. Follow the above steps to install and validate the binary packages. 2. Download HIP source code (from the [GitHub repot](https://github.com/ROCm-Developer-Tools/HIP).) -3. Build and install HIP (This is the simple version assuming default paths ; see below for additional options.) +3. Install HIP build-time dependencies using ```sudo apt-get install libelf-dev```. +4. Build and install HIP (This is the simple version assuming default paths ; see below for additional options.) ``` cd HIP mkdir build