SFML community forums

General => General discussions => Topic started by: zTn on August 24, 2024, 01:06:52 pm

Title: arm windows binaries
Post by: zTn on August 24, 2024, 01:06:52 pm
I've downloaded the [Visual C++ 17 (2022) - 64-bit] binaries but can't link SFML because I'm running windows on arm.  Any chance of getting arm binaries posted?  Anyone else in this situation?
Title: Re: arm windows binaries
Post by: eXpl0it3r on August 24, 2024, 10:11:05 pm
Windows ARM support has been added to the SFML 2.6.x branch.

You'll have to build SFML yourself, there aren't any binaries and given that none of the mainters have an Windows ARM device, you'll likely not see any pre-built binaries for SFML 2.6.2.

The easiest approach is to use the SFML CMake Template (https://github.com/SFML/cmake-sfml-project), which will build not only your application, but also SFML with your compiler.
Title: Re: arm windows binaries
Post by: zTn on August 27, 2024, 08:44:24 pm
That built!  Thanks.  Of course, it doesn't run, but I'm on my way.