File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Build OpenVX on Linux
46
46
* ** Step - 2:** Export OpenVX Directory Path
47
47
48
48
```
49
- export OPENVX_DIR=PATH_TO_OPENVX/OpenVX-sample-impl /install/Linux/x64/Debug
49
+ export OPENVX_DIR=$(pwd) /install/Linux/x64/Debug
50
50
```
51
51
52
52
* ** Step - 3:** Clone the OpenVX Samples project and build the bubble pop application
@@ -111,7 +111,7 @@ Build OpenVX on Linux
111
111
* **Step - 2:** Export OpenVX Directory Path
112
112
113
113
```
114
- export OPENVX_DIR=PATH_TO_OPENVX/OpenVX-sample-impl /install/Linux/x64/Debug
114
+ export OPENVX_DIR=$(pwd) /install/Linux/x64/Debug
115
115
```
116
116
117
117
* **Step - 3:** Clone the OpenVX Samples project and build the canny application
@@ -177,7 +177,7 @@ Build OpenVX on Linux
177
177
* **Step - 2:** Export OpenVX Directory Path
178
178
179
179
```
180
- export OPENVX_DIR=PATH_TO_OPENVX/OpenVX-sample-impl /install/Linux/x64/Debug
180
+ export OPENVX_DIR=$(pwd) /install/Linux/x64/Debug
181
181
```
182
182
183
183
* **Step - 3:** Clone the OpenVX Samples project and build the Skin Tone application
You can’t perform that action at this time.
0 commit comments