SFML community forums

Help => General => Topic started by: Chuckleluck on April 12, 2012, 05:36:14 pm

Title: Can't understand CMake tutorial for SFML 2
Post by: Chuckleluck on April 12, 2012, 05:36:14 pm
Excuse me if I'm incompetent.
I'm fairly new to C++, and after using SFML 1.6 for a while, I've decided to try out SFML 2 (my algorithms weren't very efficient which lead to poor performance, and I'm hoping SFML 2 will run a bit better).  Thing is, I don't understand the CMake tutorial.  At all.

If you need my computer information, I wish to use SFML 2 with the MinGW compiler on Code::Blocks, and my computer OS is Windows 7.

To start off:
How exactly do I run CMake-gui?  I can't find an .exe file anywhere.
Title: Re: Can't understand CMake tutorial for SFML 2
Post by: Laurent on April 12, 2012, 06:12:15 pm
You should wait for a few days, SFML 2.0 RC will be released soon, the Windows packages are already done.

Quote
How exactly do I run CMake-gui?  I can't find an .exe file anywhere.
After you installed CMake, you should have a cmake-gui.exe application.
Title: Re: Can't understand CMake tutorial for SFML 2
Post by: Chuckleluck on April 12, 2012, 06:35:05 pm
I suppose I'll just wait for the RC then  :D  Is there a set date for when it will come out?
Title: Re: Can't understand CMake tutorial for SFML 2
Post by: Laurent on April 12, 2012, 07:15:53 pm
As soon as I can.
Title: Re: Can't understand CMake tutorial for SFML 2
Post by: Vovosunt on April 14, 2012, 01:39:56 pm
You can try using this tutorial, look for
Building SFML 2.0: Visual C++/NMake (Windows) | MinGW (Windows) | GCC (Ubuntu/Unix)
here http://sfmlcoder.wordpress.com/tutorials/sfml/ (http://sfmlcoder.wordpress.com/tutorials/sfml/)