Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: How exactly do I compile the C binding of SFML2?  (Read 3415 times)

0 Members and 1 Guest are viewing this topic.

SamJBarney

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
How exactly do I compile the C binding of SFML2?
« 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.
« Last Edit: December 17, 2012, 08:17:12 pm by SamJBarney »

SamJBarney

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Re: How exactly do I compile the C binding of SFML2?
« Reply #1 on: December 17, 2012, 08:19:06 pm »
Nevermind. I found the github page for CSFML.  ;D

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: How exactly do I compile the C binding of SFML2?
« Reply #2 on: December 17, 2012, 08:22:46 pm »
You can't compile it statically, because it is written in C++.
Laurent Gomila - SFML developer