Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: arm windows binaries  (Read 1985 times)

0 Members and 1 Guest are viewing this topic.

zTn

  • Newbie
  • *
  • Posts: 8
    • View Profile
    • Email
arm windows binaries
« 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?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10991
    • View Profile
    • development blog
    • Email
Re: arm windows binaries
« Reply #1 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, which will build not only your application, but also SFML with your compiler.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

zTn

  • Newbie
  • *
  • Posts: 8
    • View Profile
    • Email
Re: arm windows binaries
« Reply #2 on: August 27, 2024, 08:44:24 pm »
That built!  Thanks.  Of course, it doesn't run, but I'm on my way.

 

anything