Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
General
»
General discussions
»
How to compile SFML on Windows with GCC in cygwin?
Print
Pages: [
1
]
Author
Topic: How to compile SFML on Windows with GCC in cygwin? (Read 4045 times)
0 Members and 1 Guest are viewing this topic.
kim366
Newbie
Posts: 35
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 these
http://www.sfml-dev.org/tutorials/2.0/start-linux.php
instructions or are there specific ones?
Thanks for your help!
Logged
Jesper Juhl
Hero Member
Posts: 1405
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
»
Logged
eXpl0it3r
SFML Team
Hero Member
Posts: 11033
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.
Logged
Official FAQ:
https://www.sfml-dev.org/faq.php
Official Discord Server:
https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog:
https://duerrenberger.dev/blog/
Print
Pages: [
1
]
SFML community forums
»
General
»
General discussions
»
How to compile SFML on Windows with GCC in cygwin?