-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make binaries for Windows on ARM64 to be officially supported. #351
Comments
what exactly of the fork can we use for ARM64? any commits you want to highlight? |
I have not changed anything into the source code. |
can you link/attach the ARM64 binary here somehow? then we can add it to the release for now. |
I uploaded version 1.05.01 on my repo here:
That's all. |
I'm wondering if a binay package for Windows on ARM64 (WOA) could be made available.
I would like to signal my fork, with the purpose to make public Milkytracker binaries for the above platform:
https://github.com/carlo-bramini/MilkyTracker
However, it would be great if WOA could be officially supported here.
Installing the tracker from source code is done by using Visual Studio 2022.
Community edition is enough for doing it.
Build tree can be initialized with CMake or by opening the directory from the IDE.
Obviously, the user will need to select ARM64 instead of x86 or x64 and, nowadays, this is the only difference.
Otherwise, it is also possible to build Milkytraker by using clang or GCC-15 development branch with an experimental but fully working support for WOA, which will be officially released next year, according to latest news.
Thank you very much for your time.
The text was updated successfully, but these errors were encountered: