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

Author Topic: Can't seem to install SFML  (Read 21976 times)

0 Members and 2 Guests are viewing this topic.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10998
    • View Profile
    • development blog
    • Email
Re: Can't seem to install SFML
« Reply #60 on: March 28, 2014, 08:48:01 am »
I feel sorry for you that you still haven't gotten it setup correctly. However it's really not difficult, if you follow the tutorial step by step not skipping anything and it will work. I've told you about anything that one could do and am out of ideas what you could possible do wrong.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Cadisol87

  • Full Member
  • ***
  • Posts: 129
  • C++ Programmer
    • View Profile
Re: Can't seem to install SFML
« Reply #61 on: March 28, 2014, 01:21:34 pm »
Have a look at this post :)

where's bin?

After you Installed SFML it should be in the folder you defined as CMAKE_INSTALL_PREFIX.

« Last Edit: March 28, 2014, 01:26:49 pm by Cadisol87 »

greenleaf800073

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: Can't seem to install SFML
« Reply #62 on: March 28, 2014, 10:06:59 pm »
So I should install SFML with cmake?

Cadisol87

  • Full Member
  • ***
  • Posts: 129
  • C++ Programmer
    • View Profile
Re: Can't seem to install SFML
« Reply #63 on: March 29, 2014, 01:07:49 am »
No, you should first generate the makefiles with Cmake. Here's the official tutorial from Laurent.
Then you should build and Install SFML with you compiler.
Everything is explained in the tutorial mentioned above :)

« Last Edit: March 29, 2014, 11:07:31 am by Cadisol87 »

greenleaf800073

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: Can't seem to install SFML
« Reply #64 on: March 29, 2014, 02:00:37 am »
No, you should first generate the makefiles with Cmake. Here's the official tutorial from Laurent.
Then you should build and Install SFML with you compiler.
Everything is explained in the tutorial mentioned above :)

File not found ._.

Cadisol87

  • Full Member
  • ***
  • Posts: 129
  • C++ Programmer
    • View Profile
Re: Can't seem to install SFML
« Reply #65 on: March 29, 2014, 11:08:17 am »
Oh I'm sorry... I had a link from my friend in the clipboard.... Link is fixed now :)
« Last Edit: March 29, 2014, 11:21:16 am by Cadisol87 »

greenleaf800073

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: Can't seem to install SFML
« Reply #66 on: March 29, 2014, 09:03:31 pm »
.-. I keep getting errors from cmake, is there an easier way?

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6287
  • Thor Developer
    • View Profile
    • Bromeon
Re: Can't seem to install SFML
« Reply #67 on: March 30, 2014, 11:32:59 am »
It's extremely tedious to help you. You don't give clear or meaningful error messages, we always have to ask for every tiny little detail. This thread would not be so long if you a) adhered to the forum rules and b) took the time to carefully read tutorials, error messages and do research on your own.

There is no problem with CMake, it works for hundreds of users. Just read the official tutorial carefully, make absolutely sure you don't miss a step, and in case of problems check the obvious things, search whether other people have the same problem, and only if you really can't solve it ask here.
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

Cadisol87

  • Full Member
  • ***
  • Posts: 129
  • C++ Programmer
    • View Profile
Re: Can't seem to install SFML
« Reply #68 on: March 30, 2014, 10:44:08 pm »
I agree with Nexus. 
Please show us the error messages you are getting from Cmake!