Skip to content

Commit 43a3ca9

Browse files
authored
docs: remove InferenceEngine_DIR, ngraph_DIR, add Ubuntu20 (#3380) (#3383)
Ticket 82028
1 parent a14cdd0 commit 43a3ca9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

demos/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,7 @@ source <INSTALL_DIR>/setupvars.sh
180180
> ```
181181
182182
For the open-source version of OpenVINO, set the following variables:
183-
* `InferenceEngine_DIR` pointing to a folder containing `InferenceEngineConfig.cmake`
184183
* `OpenVINO_DIR` pointing to a folder containing `OpenVINOConfig.cmake`
185-
* `ngraph_DIR` pointing to a folder containing `ngraphConfig.cmake`.
186184
* `OpenCV_DIR` pointing to OpenCV. The same OpenCV version should be used both for OpenVINO and demos build.
187185
188186
Alternatively, these values can be provided via command line while running `cmake`. See [CMake search procedure](https://cmake.org/cmake/help/latest/command/find_package.html#search-procedure).
@@ -192,8 +190,8 @@ Also add paths to the built OpenVINO™ Runtime libraries to the `LD_LIBRARY_PAT
192190
193191
The officially supported Linux* build environment is the following:
194192
195-
- Ubuntu* 18.04 LTS 64-bit or CentOS* 7.6 64-bit
196-
- GCC* 7.5.0 (for Ubuntu* 18.04) or GCC* 4.8.5 (for CentOS* 7.6)
193+
- Ubuntu* 18.04 LTS 64-bit or Ubuntu* 20.04 LTS 64-bit
194+
- GCC* 7.5.0 (for Ubuntu* 18.04) or GCC* 9.3.0 (for Ubuntu* 20.04)
197195
- CMake* version 3.10 or higher.
198196
199197
To build the demo applications for Linux, go to the directory with the `build_demos.sh` script and

0 commit comments

Comments
 (0)