SFML community forums

General => SFML wiki => Topic started by: Beuc on November 04, 2011, 08:32:08 pm

Title: Tutorial CMake
Post by: Beuc on November 04, 2011, 08:32:08 pm
Hi,

I wrote a tutorial on the wiki about how to start a SFML project using CMake for the build system:
https://github.com/SFML/SFML/wiki/TutorialCMake

(Note: it's not about how to build SFML, but how to build your own project that uses SFML)

I'm new to both so I'd like to know if you think my explanations are right / complete :)
Title: Re: Tutorial CMake
Post by: firefly2442 on November 01, 2012, 02:42:55 am
I updated this tutorial for SFML version 2.  I updated the example code that was used, changed CMake so it looks for version 2.X, and added some notes about specifying the library and include directories if CMake cannot find them (if they're not installed to a standard place for  example).  I think I tested almost everything but if you find something, please correct it. :)
Title: Re: Tutorial CMake
Post by: Mario on November 05, 2012, 01:36:59 am
Seems like your link is outdated (page moved or renamed without a redirect?): https://github.com/SFML/SFML/wiki/Tutorial:-Build-your-SFML-project-with-CMake
Title: Re: Tutorial CMake
Post by: eXpl0it3r on November 05, 2012, 01:40:51 am
Seems like your link is outdated (page moved or renamed without a redirect?)
See here (http://en.sfml-dev.org/forums/index.php?topic=9429.0) and here (https://github.com/SFML/SFML/wiki/Rules). ;)