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

Author Topic: Getting Started  (Read 1175 times)

0 Members and 2 Guests are viewing this topic.

beachcomber

  • Newbie
  • *
  • Posts: 2
    • View Profile
Getting Started
« on: February 21, 2014, 09:42:57 am »
Hello, I have recently started studying c++ with CodeBlocks and GCC Compiler on Windows XP and I want now to move on to graphics. So I have downloaded the SDK and followed the instructions in the tutorial. I have opened a new project and copied the code into CodeBlocks, but when I try to compile I get "It seems this project has not been built yet...." dialogue. If I click yes the dialogue just stays there.
Any help would be appreciated.

Lo-X

  • Hero Member
  • *****
  • Posts: 618
    • View Profile
    • My personal website, with CV, portfolio and projects
Re: Getting Started
« Reply #1 on: February 21, 2014, 10:16:11 am »
You should "compile" the lastest build (clone it from github) with CMake, follow the CMake tutorial.
That's the easiest way to get things working, and as a developper it's a good thing to get used to compile the libs you need.

beachcomber

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Getting Started
« Reply #2 on: February 24, 2014, 07:22:55 am »
Thanks for that. I have followed the instructions for CMake but when I try to configure I get an error that it can't find CMakeLists.txt. I have searched the SFML folder and there is no such file. I presume that this file should be in the SDK download? Thanks for your help.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 11032
    • View Profile
    • development blog
    • Email
Re: Getting Started
« Reply #3 on: February 24, 2014, 09:05:00 am »
The question is, whether you thought to have downloaded the SDK or whether you actually downloaded it. At best you get the source code directly from GitHub.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything