ARM64 Support #369
Replies: 2 comments 2 replies
-
It looks like everything compiles cleanly for ARM64, with some minor changes. The blocker at the moment is Boost. The NuGet package that's been used (https://github.com/sergey-shandar/getboost) includes pre-built binaries. There are no binaries for ARM64, however, so it's not possible to target that platform. I'll fix that by switching to vcpkg for dependency management, which will also bring some other improvements. I have that working locally at the moment, including a clean build for ARM64, so there should be ARM64 builds in the near future. Just a note, though, that I won't be able to test the ARM64 builds at all, since I don't have an ARM64 device. |
Beta Was this translation helpful? Give feedback.
-
There's now an ARM64 build available on AppVeyor. The following link should let you download it: Let me know if it works. Provided it does, I'll add a link to it in the project readme and on the downloads page of the website. |
Beta Was this translation helpful? Give feedback.
-
How difficult would it be to support ARM64 for this project? I have tried implementing it myself but I do not have a ton of C++ experience and was not able to get it to compile.
Beta Was this translation helpful? Give feedback.
All reactions