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

Author Topic: Compiling static sfml 2 issue  (Read 2074 times)

0 Members and 1 Guest are viewing this topic.

Naufr4g0

  • Full Member
  • ***
  • Posts: 112
    • View Profile
Compiling static sfml 2 issue
« on: November 01, 2011, 04:32:00 pm »
I'm trying to compile SFML 2.0 for statically use on my projects.
When I obtain SFML Visual Studio solution from CMake, I compile ALL_BUILD project with Debug and Release configurations.
But I can't get the static versions of the lib files sfml-graphics-s.lib, sfml-system-s.lib...
How can I do to solve this issue?

Naufr4g0

  • Full Member
  • ***
  • Posts: 112
    • View Profile
Compiling static sfml 2 issue
« Reply #1 on: November 01, 2011, 05:10:11 pm »
SOLVED

I had to set BUILD_SHARED_LIBS value to false in CMake.