Skip to content

Commit f557dca

Browse files
author
Alexey Suhov
authored
Update SW requirements in build instructions and change latest release to 2021.1 (#2565)
1 parent 185fe44 commit f557dca

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# [OpenVINO™ Toolkit](https://01.org/openvinotoolkit) - Deep Learning Deployment Toolkit repository
2-
[![Stable release](https://img.shields.io/badge/version-2020.4-green.svg)](https://github.com/openvinotoolkit/openvino/releases/tag/2020.4.0)
2+
[![Stable release](https://img.shields.io/badge/version-2021.1-green.svg)](https://github.com/openvinotoolkit/openvino/releases/tag/2021.1)
33
[![Apache License Version 2.0](https://img.shields.io/badge/license-Apache_2.0-green.svg)](LICENSE)
44

55
This toolkit allows developers to deploy pre-trained deep learning models

build-instruction.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ The open source version of Inference Engine includes the following plugins:
5050

5151
The 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
331331
The 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 ..
368367
cmake -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-
378370
5. 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

Comments
 (0)