From 392e15598d60176bcfcb80187981b43e47f256a9 Mon Sep 17 00:00:00 2001 From: Ammar ELWazir Date: Mon, 9 May 2022 18:14:29 -0500 Subject: [PATCH] Changing Installation docs using build.sh rather than cmake in the readme Change-Id: If3b80641497c0c967ec3340cb9ef546bf44824c3 [ROCm/roctracer commit: ed0e1f5cb8c4a3997c556bfcf7bf1fd273c9f4c5] --- projects/roctracer/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/projects/roctracer/README.md b/projects/roctracer/README.md index 67f8589ee6..d15747574c 100644 --- a/projects/roctracer/README.md +++ b/projects/roctracer/README.md @@ -112,14 +112,13 @@ To use the rocTX API you need the API header and to link your application with ` ```sh cd /roctracer - mkdir build && cd build - cmake -DCMAKE_PREFIX_PATH=/opt/rocm -DCMAKE_INSTALL_PREFIX=/opt/rocm .. - make + ./build.sh ``` - To build and run test: ```sh + cd /roctracer/build make mytest run.sh ```