Skip to content

Doc change (use x64 Native Tools Command Prompt for VS)#249

Merged
ravi9 merged 2 commits into
dev_backend_openvinofrom
build_doc_change
Jul 9, 2026
Merged

Doc change (use x64 Native Tools Command Prompt for VS)#249
ravi9 merged 2 commits into
dev_backend_openvinofrom
build_doc_change

Conversation

@virajwad

@virajwad virajwad commented Jul 9, 2026

Copy link
Copy Markdown
Collaborator

Tried building on Windows (VS 2026) using the documentation. It suggests to use "Developer Command Prompt for VS 2022", but that specific terminal uses x86 (32 bit compiler and toolchain) and while building, cmake is unable to find a proper TBB package from setupvars path (TBB included in OpenVINO is 64 bit, so it disregards it).

image

Using "x64 Native Tools Command Prompt for VS" uses the 64 bit compiler and toolchain from VS products, so cmake successfully finds TBB 64-bit package and the build process completes successfully.

image

So I propose to change this line in the documentation.

@virajwad
virajwad requested review from Copilot and ravi9 July 9, 2026 18:28
@virajwad virajwad self-assigned this Jul 9, 2026
@virajwad virajwad added the documentation Improvements or additions to documentation label Jul 9, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the OpenVINO backend build documentation for Windows to recommend using the 64-bit Visual Studio developer environment, improving the likelihood that CMake finds 64-bit dependencies (e.g., TBB via OpenVINO setupvars) during configuration.

Changes:

  • Replace the recommended Windows terminal from “Developer Command Prompt for VS 2022” to “x64 Native Tools Command Prompt for VS” in the OpenVINO build instructions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/backend/OPENVINO.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@ravi9
ravi9 merged commit c6311c3 into dev_backend_openvino Jul 9, 2026
@cavusmustafa cavusmustafa mentioned this pull request Jul 9, 2026
@ravi9
ravi9 deleted the build_doc_change branch July 14, 2026 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

Development

Successfully merging this pull request may close these issues.

3 participants