SFML community forums

Help => General => Topic started by: mentaman10 on December 21, 2011, 02:46:11 pm

Title: sfml 2.0 compile
Post by: mentaman10 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?
Title: sfml 2.0 compile
Post by: Laurent 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.
Title: sfml 2.0 compile
Post by: mentaman10 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.
Title: sfml 2.0 compile
Post by: Laurent 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.
Title: sfml 2.0 compile
Post by: Anata 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
Title: sfml 2.0 compile
Post by: mentaman10 on December 21, 2011, 05:56:31 pm
thank a lot!!!
Title: sfml 2.0 compile
Post by: StormWingDelta 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.