SFML community forums

Help => General => Topic started by: moreat on August 17, 2009, 04:40:37 am

Title: Can't find libsfml-main.a
Post by: moreat on August 17, 2009, 04:40:37 am
Hi, I'm having an eerily similar problem to the poster in this (http://www.sfml-dev.org/forum/viewtopic.php?p=6979&sid=02bf7e8df35319325afcfc47f2a9d356) topic, who couldn't find libsfml-main.a in his MinGW copy of SFML... I can't either. Version 1.5.

If I have to get the latest SVN version and recompile it myself, can I do that with Code::Blocks using MinGW, and how would I go about doing it?

Thanks.
Title: Can't find libsfml-main.a
Post by: Laurent on August 17, 2009, 10:42:54 am
Actually it is implemented in the sfml2 branch.

The "getting started" tutorial explains how to compile SFML from the SVN repository.

You can also just copy and paste the 3 lines of code of sfml-main directly in your application ;)