Changing Installation docs

using build.sh rather than cmake in the readme

Change-Id: If3b80641497c0c967ec3340cb9ef546bf44824c3


[ROCm/roctracer commit: ed0e1f5cb8]
This commit is contained in:
Ammar ELWazir
2022-05-09 18:14:29 -05:00
zatwierdzone przez Ammar Elwazir
rodzic dfe33f2c15
commit 392e15598d
+2 -3
Wyświetl plik
@@ -112,14 +112,13 @@ To use the rocTX API you need the API header and to link your application with `
```sh
cd <your path>/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 <your path>/roctracer/build
make mytest
run.sh
```