Opened 13 months ago
Last modified 13 months ago
#15968 assigned enhancement
Cross-compile for arm64 on Windows
Reported by: | Zach Pearson | Owned by: | Zach Pearson |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Build System | Version: | |
Keywords: | Cc: | Greg Couch | |
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
Change History (2)
comment:2 by , 13 months ago
We should update Visual Studio 2017 on the ChimeraX build machine. It might as well be a version that supports cross-compiling.
Note:
See TracTickets
for help on using tickets.
This page details what's needed to cross compile for arm64 on Windows (and Mac and Linux). It says that a machine has to have the "VS 2022 C++ ARM64/ARM64EC build tools (Latest)" Visual Studio component. I think that's available on GitHub Actions. In the README for the Windows 2022 runner,
Microsoft.VisualStudio.Component.VC.Tools.ARM64 17.11.35102.94
is listed as an installed component.ARM64EC
is also installed.