SFML community forums

Help => General => Topic started by: Hundrea on February 21, 2013, 03:31:16 am

Title: Installing SFML Eclipse
Post by: Hundrea on February 21, 2013, 03:31:16 am
Can someone please tell me how to install eclipse.(in steps by steps)
Title: AW: Installing SFML Eclipse
Post by: eXpl0it3r on February 21, 2013, 07:45:59 am
I think it's explained good enough on the website of Eclipse itself.
Setting SFML up is the same processedure as with any other IDE.
Add the include dir to the include dir settings. Add the library dir to the library dir setting. And add the wanted libraries to the linker settings.
Title: Re: Installing SFML Eclipse
Post by: dom on July 11, 2013, 11:15:41 pm
Hello,

I've succed to install eclipse and SFML on my PC.
To be honest it has been difficult for me (but I'am a beginner)

Some useful links are following:

Eclipse on windows:
Eclipse and cmake:

good luck. It worth to work hard with a good installation. Eclipse is powerfull !

Note: I've installed the examples from the book "SFML Game Development" (http://www.packtpub.com/sfml-game-development (http://www.packtpub.com/sfml-game-development)) on SFML. It "works" on Eclipse.

Dominique