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

Author Topic: sfml 2.0 compile  (Read 3382 times)

0 Members and 1 Guest are viewing this topic.

mentaman10

  • Newbie
  • *
  • Posts: 16
    • View Profile
sfml 2.0 compile
« on: December 21, 2011, 02:46:11 pm »
May I get the sfml 2.0 compiled?

I didn't succes to compile it...

someone can give me him compiled?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
sfml 2.0 compile
« Reply #1 on: December 21, 2011, 03:06:06 pm »
Come on, it's not complicated if you follow the tutorial.

And if you want someone to give you a compiled version, you should at least tell us which OS and compiler you use. And which branch/revision you want.
Laurent Gomila - SFML developer

mentaman10

  • Newbie
  • *
  • Posts: 16
    • View Profile
sfml 2.0 compile
« Reply #2 on: December 21, 2011, 03:53:36 pm »
It is very complicated :S

I didn't get where to write
C:/Program Files/Microsoft Visual Studio 10.0/VC/bin/vcvars32.bat

It wrote:
Code: [Select]
CMake Error at C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineRCCompiler.cmake:30 (MESSAGE):
  Could not find compiler set in environment variable RC:

  CMAKE_RC_COMPILER-NOTFOUND.
Call Stack (most recent call first):
  C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/Platform/Windows-cl.cmake:28 (ENABLE_LANGUAGE)
  C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/CMakeCInformation.cmake:60 (INCLUDE)
  CMakeLists.txt:11 (project)


CMake Error: Could not find cmake module file:C:/sfml/sfml2/build/CMakeFiles/CMakeRCCompiler.cmake
Configuring incomplete, errors occurred!


I have VC++ 2010
windows.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
sfml 2.0 compile
« Reply #3 on: December 21, 2011, 05:43:14 pm »
Quote
I didn't get where to write
C:/Program Files/Microsoft Visual Studio 10.0/VC/bin/vcvars32.bat

In a console.
You should even have a "open a VC++ 2010 command prompt" item in your start menu, under "Visual Studio", that does the job for you.
Laurent Gomila - SFML developer

Anata

  • Jr. Member
  • **
  • Posts: 77
    • View Profile
sfml 2.0 compile
« Reply #4 on: December 21, 2011, 05:49:27 pm »
Hello,

take this :

https://legacy.sfmluploads.org/file/95

and

https://legacy.sfmluploads.org/file/94

One is for vc10 dynamic and one for static lib

mentaman10

  • Newbie
  • *
  • Posts: 16
    • View Profile
sfml 2.0 compile
« Reply #5 on: December 21, 2011, 05:56:31 pm »
thank a lot!!!

StormWingDelta

  • Sr. Member
  • ****
  • Posts: 365
    • View Profile
sfml 2.0 compile
« Reply #6 on: December 29, 2011, 02:37:29 am »
If the tutorials here don't work do a google search for the YouTube username ( SFMLCoder ) and you'll have most if not all the help you could want for getting started.
I have many ideas but need the help of others to find way to make use of them.