Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Title: Update build instructions for Windows (Enable Wheel Flag) #28256

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

PIKABOLTCODER
Copy link

Description:

This pull request updates the build instructions for Windows in the README. Specifically, the -DENABLE_WHEEL flag has been moved to step 3 (cmake command) instead of step 4 (cmake --build . command) due to an MS error encountered when following the original instructions.

Changes:

Updated the README to reflect the corrected command in step 3.

Reason for Change:

Adding the -DENABLE_WHEEL flag in step 4 caused an MS build error.
By moving the flag to step 3, the build was successful, and we achieved a passing build.

Testing:

Tested on Windows.
Verified successful build with the updated instructions.

Tickets:

N/A

@PIKABOLTCODER PIKABOLTCODER requested a review from a team as a code owner January 2, 2025 19:04
@PIKABOLTCODER PIKABOLTCODER requested review from zKulesza and removed request for a team January 2, 2025 19:04
@github-actions github-actions bot added the category: docs OpenVINO documentation label Jan 2, 2025
@sys-openvino-ci sys-openvino-ci added the ExternalPR External contributor label Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: docs OpenVINO documentation ExternalPR External contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants