Skip to content

Commit

Permalink
[doc] Add details of HIP build time dependencies to INSTALL.md
Browse files Browse the repository at this point in the history
Change-Id: Iee87d1345aba716d0ce49f7afb45ba073a16be88
  • Loading branch information
mangupta committed Jul 31, 2017
1 parent fce1d0d commit e9c9959
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9c9959

Please sign in to comment.