Skip to content

Commit cc394c3

Browse files
authored
Readme updates - Set OpenVX Dir Path
1 parent 3d5f0f8 commit cc394c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Build OpenVX on Linux
4646
* **Step - 2:** Export OpenVX Directory Path
4747

4848
```
49-
export OPENVX_DIR=PATH_TO_OPENVX/OpenVX-sample-impl/install/Linux/x64/Debug
49+
export OPENVX_DIR=$(pwd)/install/Linux/x64/Debug
5050
```
5151

5252
* **Step - 3:** Clone the OpenVX Samples project and build the bubble pop application
@@ -111,7 +111,7 @@ Build OpenVX on Linux
111111
* **Step - 2:** Export OpenVX Directory Path
112112
113113
```
114-
export OPENVX_DIR=PATH_TO_OPENVX/OpenVX-sample-impl/install/Linux/x64/Debug
114+
export OPENVX_DIR=$(pwd)/install/Linux/x64/Debug
115115
```
116116
117117
* **Step - 3:** Clone the OpenVX Samples project and build the canny application
@@ -177,7 +177,7 @@ Build OpenVX on Linux
177177
* **Step - 2:** Export OpenVX Directory Path
178178
179179
```
180-
export OPENVX_DIR=PATH_TO_OPENVX/OpenVX-sample-impl/install/Linux/x64/Debug
180+
export OPENVX_DIR=$(pwd)/install/Linux/x64/Debug
181181
```
182182
183183
* **Step - 3:** Clone the OpenVX Samples project and build the Skin Tone application

0 commit comments

Comments
 (0)