SFML community forums

Bindings - other languages => C => Topic started by: SamJBarney on December 17, 2012, 08:12:15 pm

Title: How exactly do I compile the C binding of SFML2?
Post by: SamJBarney on December 17, 2012, 08:12:15 pm
How exactly do I compile the C binding of SFML2?
I haven't been very successful at finding the answer to this question. I am running Mac OSX. If anyone could point me in the right direction, that would be wonderful.
I want to be able to compile it as a static library instead of a dynamic library.
Title: Re: How exactly do I compile the C binding of SFML2?
Post by: SamJBarney on December 17, 2012, 08:19:06 pm
Nevermind. I found the github page for CSFML.  ;D
Title: Re: How exactly do I compile the C binding of SFML2?
Post by: Laurent on December 17, 2012, 08:22:46 pm
You can't compile it statically, because it is written in C++.