Fixed path to setupvars.sh ti readme (#7537)

This commit is contained in:
Ilya Lavrenov 2021-09-17 05:20:28 +03:00 committed by GitHub
parent d2333cc012
commit 44186c31e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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)
```

View File

@ -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
```