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

Author Topic: Please Help.  (Read 1619 times)

0 Members and 1 Guest are viewing this topic.

Aquacalvin

  • Newbie
  • *
  • Posts: 21
    • View Profile
Please Help.
« on: February 27, 2014, 09:50:23 pm »
Hello everyone! Thank you for the patience the SFML community has shown me. I have half-way built SFML with CMake. I have the build folder in SFML-2.1. I did not understand the last part of the official tutorial. What am I doing in that part? Also, I have a very noob question (please understand SFML is the first media library I have ever used). How do I include CMake? Thanks.
Calvin

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10990
    • View Profile
    • development blog
    • Email
Re: Please Help.
« Reply #1 on: February 27, 2014, 11:21:18 pm »
Can you be a bit more specific?
What exactly have you done and which part do you have problems with? "the last part" is not clear enough. :)

Also what do you mean with "include CMake"? CMake is only there to generate a make or project file with which you can build the library, afterwards it's not needed any further.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Aquacalvin

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: Please Help.
« Reply #2 on: February 27, 2014, 11:28:23 pm »
1.)   The section called "Building SFML" in the official tutorial.
2.)   What do I do with the file it makes?
thanks,
Calvin

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6287
  • Thor Developer
    • View Profile
    • Bromeon
Re: Please Help.
« Reply #3 on: February 27, 2014, 11:40:04 pm »
1.) It's still not precise enough. What exactly doesn't work, at which step are you stuck?

2.) Please read the SFML tutorial carefully. There are even screenshots that explain every step. You have to compile SFML after the makefile or project solution has been generated. And now don't ask how to compile...
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

Aquacalvin

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: Please Help.
« Reply #4 on: February 28, 2014, 01:23:32 am »
YAY!!! I successfully compiled and built SFML! Thank you all for your help!

 

anything