How to install the arm64-windows library? #44049
Unanswered
xengine-qyt
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My system is x64 Windows 11, and I want to install ARM64 modules via vcpkg, for example, using the command .\vcpkg.exe install libiconv:arm64-windows-static-md curl[http2]:arm64-windows-static-md. However, after executing the command, I get the following error:
I have already installed the ARM64 build tools via individual components in VS2022, and I’ve tested that my own ARM64 projects in VS2022 compile successfully. Why does vcpkg give this error? How can I configure vcpkg to build ARM64 libraries?
Beta Was this translation helpful? Give feedback.
All reactions