Fixed path to setupvars.sh ti readme (#7537)
This commit is contained in:
parent
d2333cc012
commit
44186c31e4
@ -36,7 +36,7 @@ To build the tests, you need to have OpenVINO™ installed or build from source.
|
||||
Before build the tests, open a terminal, set OpenVINO™ environment, and after that
|
||||
run the commands below:
|
||||
``` bash
|
||||
source <OpenVINO_install_dir>/bin/setupvars.sh
|
||||
source <OpenVINO_install_dir>/setupvars.sh
|
||||
mkdir build && cd build
|
||||
cmake .. && make -j$(nproc)
|
||||
```
|
||||
|
@ -15,7 +15,7 @@ the commands below:
|
||||
|
||||
1. Build tests:
|
||||
``` bash
|
||||
source <OpenVINO_install_dir>/bin/setupvars.sh
|
||||
source <OpenVINO_install_dir>/setupvars.sh
|
||||
mkdir build && cd build
|
||||
cmake .. && make time_tests
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user