diff --git a/README.md b/README.md index 49068188d070d8..7fc99755650760 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # [OpenVINO™ Toolkit](https://01.org/openvinotoolkit) - Deep Learning Deployment Toolkit repository -[![Stable release](https://img.shields.io/badge/version-2020.4-green.svg)](https://github.com/openvinotoolkit/openvino/releases/tag/2020.4.0) +[![Stable release](https://img.shields.io/badge/version-2021.1-green.svg)](https://github.com/openvinotoolkit/openvino/releases/tag/2021.1) [![Apache License Version 2.0](https://img.shields.io/badge/license-Apache_2.0-green.svg)](LICENSE) This toolkit allows developers to deploy pre-trained deep learning models diff --git a/build-instruction.md b/build-instruction.md index 0237d94423cfa4..30b7105dff055a 100644 --- a/build-instruction.md +++ b/build-instruction.md @@ -50,8 +50,8 @@ The open source version of Inference Engine includes the following plugins: The software was validated on: - Ubuntu\* 18.04 (64-bit) with default GCC\* 7.5.0 -- Ubuntu\* 16.04 (64-bit) with default GCC\* 5.4.0 -- CentOS\* 7.4 (64-bit) with default GCC\* 4.8.5 +- Ubuntu\* 20.04 (64-bit) with default GCC\* 9.3.0 +- CentOS\* 7.6 (64-bit) with default GCC\* 4.8.5 ### Software Requirements - [CMake]\* 3.13 or higher @@ -329,12 +329,11 @@ You can use the following additional build options: ## Build on Windows* Systems The software was validated on: -- Microsoft\* Windows\* 10 (64-bit) with Visual Studio 2017 and Intel® C++ - Compiler 2018 Update 3 +- Microsoft\* Windows\* 10 (64-bit) with Visual Studio 2019 ### Software Requirements - [CMake]\*3.13 or higher -- Microsoft\* Visual Studio 2017, 2019 or [Intel® C++ Compiler] 18.0 +- Microsoft\* Visual Studio 2017, 2019 - (Optional) Intel® Graphics Driver for Windows* (26.20) [driver package]. - Python 3.6 or higher for Inference Engine Python API wrapper > **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 .. cmake -G "Visual Studio 16 2019" -A x64 -DCMAKE_BUILD_TYPE=Release .. ``` - For Intel® C++ Compiler 18: -```sh -cmake -G "Visual Studio 15 2017 Win64" -T "Intel C++ Compiler 18.0" ^ - -DCMAKE_BUILD_TYPE=Release ^ - -DICCLIB="C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2018\windows\compiler\lib" .. -``` - 5. Build generated solution in Visual Studio or run `cmake --build . --config Release` to build from the command line. @@ -696,5 +688,4 @@ This target collects all dependencies, prepares the nGraph package and copies it [build instructions]:https://docs.opencv.org/master/df/d65/tutorial_table_of_content_introduction.html [driver package]:https://downloadcenter.intel.com/download/29335/Intel-Graphics-Windows-10-DCH-Drivers [Intel® Neural Compute Stick 2 Get Started]:https://software.intel.com/en-us/neural-compute-stick/get-started -[Intel® C++ Compiler]:https://software.intel.com/en-us/intel-parallel-studio-xe [OpenBLAS]:https://sourceforge.net/projects/openblas/files/v0.2.14/OpenBLAS-v0.2.14-Win64-int64.zip/download