SFML community forums
General => General discussions => Topic started 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?
-
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.
-
That built! Thanks. Of course, it doesn't run, but I'm on my way.