Changing Installation docs
using build.sh rather than cmake in the readme
Change-Id: If3b80641497c0c967ec3340cb9ef546bf44824c3
[ROCm/roctracer commit: ed0e1f5cb8]
This commit is contained in:
zatwierdzone przez
Ammar Elwazir
rodzic
dfe33f2c15
commit
392e15598d
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user