From 5cd8dc9f45f318921d6be835d4cb746f445acc2c Mon Sep 17 00:00:00 2001 From: Aditya Atluri Date: Tue, 29 Mar 2016 14:11:10 -0500 Subject: [PATCH] Update README.md [ROCm/clr commit: 573d331ab8b27d22c5e75fc40234216855710454] --- projects/clr/hipamd/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/clr/hipamd/README.md b/projects/clr/hipamd/README.md index a60405053f..31c286636a 100644 --- a/projects/clr/hipamd/README.md +++ b/projects/clr/hipamd/README.md @@ -15,9 +15,9 @@ New projects can be developed directly in the portable HIP C++ language and can cd HIP-privatestaging mkdir build cd build -cmake .. +cmake -DHSA_DIR=/path/to/hsa -DHCC_DIR=/path/to/hcc -DHIP_INSTALL_DIR=/where/to/install/hip .. make -sudo make install +make install ``` Make sure HIP_PATH is pointed to `/opt/hip` and PATH includes `$HIP_PATH/bin`