SFML community forums
Help => General => Topic started by: Hundrea on February 21, 2013, 03:31:16 am
-
Can someone please tell me how to install eclipse.(in steps by steps)
-
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.
-
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:
- http://www.eclipse.org/downloads/moreinfo/c.php
- http://www.mingw.org
Eclipse and cmake:
- http://www.vtk.org/Wiki/Eclipse_CDT4_Generator
- http://www.voom.net/use-cmake-with-eclipse
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