From 8c85a3b8d3f2defaa0059d279adb2d82e7894163 Mon Sep 17 00:00:00 2001 From: Sebastian Golebiewski Date: Sat, 28 Jan 2023 08:07:36 +0100 Subject: [PATCH] architecture (#15337) --- docs/OV_Runtime_UG/Samples_Overview.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/OV_Runtime_UG/Samples_Overview.md b/docs/OV_Runtime_UG/Samples_Overview.md index 21601eebb41..8660c6e83bd 100644 --- a/docs/OV_Runtime_UG/Samples_Overview.md +++ b/docs/OV_Runtime_UG/Samples_Overview.md @@ -162,8 +162,9 @@ build_samples_msvc.bat By default, the script automatically detects the highest Microsoft Visual Studio version installed on the machine and uses it to create and build a solution for a sample code Once the build is completed, you can find sample binaries in the following folders: -* C samples: `C:\Users\\Documents\Intel\OpenVINO\openvino_c_samples_build\intel64\Release` -* C++ samples: `C:\Users\\Documents\Intel\OpenVINO\openvino_cpp_samples_build\intel64\Release` +* C samples: `C:\Users\\Documents\Intel\OpenVINO\openvino_c_samples_build\\Release` +* C++ samples: `C:\Users\\Documents\Intel\OpenVINO\openvino_cpp_samples_build\\Release` +where the is the output of `echo %PROCESSOR_ARCHITECTURE%`, for example, `intel64` (AMD64), or `arm64`. You can also build a generated solution manually. For example, if you want to build C++ sample binaries in Debug configuration, run the appropriate version of the Microsoft Visual Studio and open the generated solution file from the `C:\Users\\Documents\Intel\OpenVINO\openvino_cpp_samples_build\Samples.sln`