@@ -50,8 +50,8 @@ The open source version of Inference Engine includes the following plugins:
5050
5151The software was validated on:
5252- Ubuntu\* 18.04 (64-bit) with default GCC\* 7.5.0
53- - Ubuntu\* 16 .04 (64-bit) with default GCC\* 5.4 .0
54- - CentOS\* 7.4 (64-bit) with default GCC\* 4.8.5
53+ - Ubuntu\* 20 .04 (64-bit) with default GCC\* 9.3 .0
54+ - CentOS\* 7.6 (64-bit) with default GCC\* 4.8.5
5555
5656### Software Requirements
5757- [ CMake] \* 3.13 or higher
@@ -329,12 +329,11 @@ You can use the following additional build options:
329329## Build on Windows* Systems
330330
331331The software was validated on:
332- - Microsoft\* Windows\* 10 (64-bit) with Visual Studio 2017 and Intel® C++
333- Compiler 2018 Update 3
332+ - Microsoft\* Windows\* 10 (64-bit) with Visual Studio 2019
334333
335334### Software Requirements
336335- [CMake]\*3.13 or higher
337- - Microsoft\* Visual Studio 2017, 2019 or [Intel® C++ Compiler] 18.0
336+ - Microsoft\* Visual Studio 2017, 2019
338337- (Optional) Intel® Graphics Driver for Windows* (26.20) [driver package].
339338- Python 3.6 or higher for Inference Engine Python API wrapper
340339> **NOTE**: Building samples and demos from the Intel® Distribution of OpenVINO™ toolkit package requires CMake\* 3.10 or higher.
@@ -368,13 +367,6 @@ cmake -G "Visual Studio 15 2017 Win64" -DCMAKE_BUILD_TYPE=Release ..
368367cmake -G " Visual Studio 16 2019" -A x64 -DCMAKE_BUILD_TYPE=Release ..
369368` ` `
370369
371- For Intel® C++ Compiler 18:
372- ` ` ` sh
373- cmake -G " Visual Studio 15 2017 Win64" -T " Intel C++ Compiler 18.0" ^
374- -DCMAKE_BUILD_TYPE=Release ^
375- -DICCLIB=" C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2018\windows\compiler\lib" ..
376- ` ` `
377-
3783705. Build generated solution in Visual Studio or run
379371 ` cmake --build . --config Release` to build from the command line.
380372
@@ -696,5 +688,4 @@ This target collects all dependencies, prepares the nGraph package and copies it
696688[build instructions]:https://docs.opencv.org/master/df/d65/tutorial_table_of_content_introduction.html
697689[driver package]:https://downloadcenter.intel.com/download/29335/Intel-Graphics-Windows-10-DCH-Drivers
698690[Intel® Neural Compute Stick 2 Get Started]:https://software.intel.com/en-us/neural-compute-stick/get-started
699- [Intel® C++ Compiler]:https://software.intel.com/en-us/intel-parallel-studio-xe
700691[OpenBLAS]:https://sourceforge.net/projects/openblas/files/v0.2.14/OpenBLAS-v0.2.14-Win64-int64.zip/download
0 commit comments