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

Author Topic: issues finding CMakeLists.txt after dl'ing  (Read 868 times)

0 Members and 1 Guest are viewing this topic.

DustingV

  • Newbie
  • *
  • Posts: 2
    • View Profile
issues finding CMakeLists.txt after dl'ing
« on: December 20, 2012, 07:50:24 pm »
I am sorry, I have been staring at the compile with cmake tutorial and i am unsure of what I am missing.
I downloaded and installed cmake, I downloaded the mingW version of SFML 1.6. I unzipped with winrar and put it into its own folder, I already had a mingW folder, and i opened command prompt and set the path and launched cmake. I set my source to my sfml folder and make a seperate folder for the build. Now, I could not find the cmakelists in any of the folders in the SFML. I redownloaded it like some suggested in other threads but I had no luck. The error message I get is that "'folder' is missing cmakelists" to paraphrase. Google didnt help either, i look forward to your guidence.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: issues finding CMakeLists.txt after dl'ing
« Reply #1 on: December 20, 2012, 08:21:47 pm »
SFML 1.6 doesn't use CMake. The tutorial that you read is for SFML 2.0.
Laurent Gomila - SFML developer

DustingV

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: issues finding CMakeLists.txt after dl'ing
« Reply #2 on: December 20, 2012, 08:45:06 pm »
SFML 1.6 doesn't use CMake. The tutorial that you read is for SFML 2.0.
Ahaha.... wow. *slaps self*.
So, when i had problems with 1.6, i replicated the steps with 2.0, I also had the exact same issue. For now, i will go use the 1.6 tutorial but just out of curiousity and learning, could you speculate on why none of the folders have the cMakeLists?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: issues finding CMakeLists.txt after dl'ing
« Reply #3 on: December 20, 2012, 10:25:52 pm »
Because you downloaded a precompiled package instead of the source code, maybe?
Laurent Gomila - SFML developer

 

anything