You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have x86_64 Linux and Windows, but I need vcpkg on an arm64 linux system. Because bootstrap insists on pulling from the Internet for vcpkg tool, it doesn't work, but I would think there's a way to just grab vcpkg tool before hand as well. Cross compilation is not an option.
How do I install vcpkg on a system of different architecture than available online ones? I've tried even just using only-downloads with a custom triplets and even forcing an arm Linux tool chain, but vcpkg seems wholly incapable of properly doing a download only on a system that isn't the target architecture.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have x86_64 Linux and Windows, but I need vcpkg on an arm64 linux system. Because bootstrap insists on pulling from the Internet for vcpkg tool, it doesn't work, but I would think there's a way to just grab vcpkg tool before hand as well. Cross compilation is not an option.
How do I install vcpkg on a system of different architecture than available online ones? I've tried even just using only-downloads with a custom triplets and even forcing an arm Linux tool chain, but vcpkg seems wholly incapable of properly doing a download only on a system that isn't the target architecture.
Beta Was this translation helpful? Give feedback.
All reactions