using build.sh rather than cmake in the readme

Change-Id: If3b80641497c0c967ec3340cb9ef546bf44824c3
Этот коммит содержится в:
Ammar ELWazir
2022-05-09 18:14:29 -05:00
коммит произвёл Ammar Elwazir
родитель 7060b76927
Коммит ed0e1f5cb8
+2 -3
Просмотреть файл
@@ -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
```