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

Author Topic: How to compile SFML on Windows with GCC in cygwin?  (Read 3716 times)

0 Members and 1 Guest are viewing this topic.

kim366

  • Newbie
  • *
  • Posts: 35
    • View Profile
How to compile SFML on Windows with GCC in cygwin?
« on: April 09, 2015, 09:09:14 pm »
Hi!

I have installed cygwin with GCC. I have successfully compiled a few programs, so it works. But niw I wanted to compile my first SFML project. Which version do I have to download? And do I have to follow thesehttp://www.sfml-dev.org/tutorials/2.0/start-linux.php instructions or are there specific ones?

Thanks for your help!

Jesper Juhl

  • Hero Member
  • *****
  • Posts: 1405
    • View Profile
    • Email
Re: How to compile SFML on Windows with GCC in cygwin?
« Reply #1 on: April 09, 2015, 09:14:28 pm »
For the least amount of problems, just download the source and compile it with the same compiler you use to compile your application.
« Last Edit: April 09, 2015, 09:16:05 pm by Jesper Juhl »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10875
    • View Profile
    • development blog
    • Email
AW: How to compile SFML on Windows with GCC in cygwin?
« Reply #2 on: April 09, 2015, 09:29:05 pm »
Since the Cygwin MinGW version is "special" you need to build from source, see the CMake tutorial.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything