Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

openvino Platform Toolset

nano
Beginner
971 Views

Dear Community,

for my application I need openvino to be build using the Visual Studio Platform Toolset 141 (aka Visual Studio 2017).

It's stated that when building for Windows 10, Visual Studio 2019 16.8 is required. What is the latest openvino version that can be build using the Platform Toolset 141-Compiler?

 

Cheers

0 Kudos
5 Replies
Wan_Intel
Moderator
942 Views

Hi Nano,

Thank you for reaching out to us and thank you for using Intel® Distribution of OpenVINO™ toolkit!


The latest Intel® Distribution of OpenVINO™ toolkit that can be build using the Microsoft Visual Studio 2017 is Intel® Distribution of OpenVINO™ toolkit 2021.2.


Steps to install Intel® Distribution of OpenVINO™ toolkit 2021.2 for Windows 10 are available at the following page:

https://docs.openvino.ai/2021.2/openvino_docs_install_guides_installing_openvino_windows.html


Hope it helps!



Regards,

Wan


0 Kudos
nano
Beginner
922 Views

Dear Wan,
Im sorry but how was this built? I tried 2021.2-2020.4 using ms visual studio 2017, and im running into many Compiler issues.

I did it like this:
--> git clone <openvino-github>
--> cd openvino
--> git checkout tags/2021.2
--> git submodule update --init --recursive
--> mkdir build
--> cd build
--> cmake -G "Visual Studio 15 2017 Win64" -DCMAKE_BUILD_TYPE=Release ..
--> cmake --build . --config Release --verbose -j8

And im running in more compiler issues than I can count

0 Kudos
Wan_Intel
Moderator
917 Views

Hi Nano,

Thanks for your information.

 

We are investigating this issue and will update you at the earliest.

 

 

Regards,

Wan


0 Kudos
Wan_Intel
Moderator
907 Views

Hi Nano,

Thanks for your patience!

 

For your information, I have built the Open Source OpenVINO™ toolkit 2021.2 for Windows 10 with Visual Studio Community 2017 version 15.9.41 successfully using the following commands:

git clone https://github.com/openvinotoolkit/openvino.git
cd openvino
git checkout tags/2021.2
git submodule update --init --recursive
mkdir build
cd build
cmake -G "Visual Studio 15 2017" -A x64 -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --config Release --verbose -j8

 

After you have successfully built, please add paths to the TBB and OpenCV binaries used for the build to the %PATH% environment variable.

environment_variable.png

 

By default, TBB binaries are downloaded by the CMake-based script to the <openvino_repo>\inference-engine\temp\tbb\bin folder.

OpenCV binaries are downloaded by the CMake-based script to the <openvino_repo>\inference-engine\temp\opencv_4.5.0\opencv\bin folder.

 

Also, the DLL files are available under the following directory:

<openvino_repo>\bin\intel64\Release\
 MKLNN_Inference_engine_DLL.png

 

On another note, I have run the Hello Query Device C++ Sample successfully as shown in the attachment below. The application was located under the following directory:

<openvino_repo>\bin\intel64\Release\
 hello_query.png

 

For more information on building the Open Source OpenVINO™ toolkit for Windows 10, please refer to Build the OpenVINO™ Inference Engine for Windows systems.

 

 

Regards,

Wan

 

Wan_Intel
Moderator
824 Views

Hi Nano,


This thread will no longer be monitored since we have provided a solution. 

If you need any additional information from Intel, please submit a new question.



Regards,

Wan


0 Kudos
Reply