Skip to content

Commit

Permalink
[DOCS] Fixing broken link to external resources (#26831)
Browse files Browse the repository at this point in the history
Fixing broken reference to a guide for LLVM setup on WoA. This PR
addresses the following JIRA ticket: 153631
  • Loading branch information
sgolebiewski-intel authored Sep 27, 2024
1 parent 1ef4e3e commit e517dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/build_windows.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build OpenVINO™ Runtime for Windows systems

OpenVINO can be compiled for different architectures on Windows: X64 or ARM64. In order to build for ARM64 architecture, the machine with Windows on ARM is required as only native compilation is supported (see [similar documents](https://www.linaro.org/blog/how-to-set-up-windows-on-arm-for-llvm-development/#:~:text=Install%20the%20Latest%20LLVM%20for,PATH%20yourself%2C%20as%20described%20above.) for details).
OpenVINO can be compiled for different architectures on Windows: X64 or ARM64. In order to build for ARM64 architecture, the machine with Windows on ARM is required as only native compilation is supported. Refer to [the page](https://learn.arm.com/install-guides/llvm-woa/) for details.

Supported configurations:
- Windows 10 x86 64-bit or higher with Visual Studio 2019 or higher build for X64 architecture.
Expand Down

0 comments on commit e517dc8

Please sign in to comment.