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

Author Topic: Sf commands won't work  (Read 3733 times)

0 Members and 1 Guest are viewing this topic.

ReallyNeat

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: Sf commands won't work
« Reply #15 on: June 27, 2015, 04:53:00 pm »
@eXpl0it3r & shadowmouse
I am using those two, which is why it's confusing me. I changed the compiler settings to the new 64 and even 32 bit, then rebuilt, compiled, built, then while seeing there were no errors, it's still giving me the .exe error.

@Jesper Juhl
Thanks, I'll be sure to try that and see if it works. I didn't even know you could build it yourself  :D

Jesper Juhl

  • Hero Member
  • *****
  • Posts: 1405
    • View Profile
    • Email
Re: Sf commands won't work
« Reply #16 on: June 27, 2015, 06:54:53 pm »
Of course you can build it yourself. Just like any library you'd make yourself. If not, a major benefit of Open Source would be gone  :) And doing so nicely ensures that it will be perfectly compatible with your application since both will be built with the same compiler.
It's really simple and no big deal. If you know what you are doing it literally takes less than 3 minutes to "git pull", "cmake" & "make install" and you are done.
There is even a detailed tutorial available if you have not done it before. :)

On Linux it's usually as simple as
"git pull ; mkdir build ; cd build ; cmake .. ; make -j8 ; sudo make install"
 (assuming you don't want to modify any build settings and already have a clone of the repository and other little details like that).
« Last Edit: June 27, 2015, 07:01:55 pm by Jesper Juhl »

Hapax

  • Hero Member
  • *****
  • Posts: 3379
  • My number of posts is shown in hexadecimal.
    • View Profile
    • Links
Re: Sf commands won't work
« Reply #17 on: June 27, 2015, 09:50:42 pm »
@Jesper Juhl
...I didn't even know you could build it yourself  :D

(or build the very latest version yourself from GitHub)
you could try building it yourself [from] the source

 :P
Selba Ward -SFML drawables
Cheese Map -Drawable Layered Tile Map
Kairos -Timing Library
Grambol
 *Hapaxia Links*

 

anything