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

Author Topic: Problem installing SFML on linux [SOLVED]  (Read 907 times)

0 Members and 1 Guest are viewing this topic.

fevzi

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • Email
Problem installing SFML on linux [SOLVED]
« on: July 06, 2015, 11:44:22 am »
I'm using linux mint the latest version, when I try was trying to install SFML on my machine this is exactly what happened:

1. I downloaded SFML's latest stable version.
2. I extracted it and got the file SFML-2.3
3. In terminal I went to the directory  /Downloads/SFML-2.3 & typed "sudo make install"
4. I got this error message :      make: *** No rule to make target `install'.  Stop.

If anyone has any spare time to look into it or has had a similar problem can you please tell me what's wrong?
( Note: gcc, gpp ,cmake etc. all these are installed , thank you for your time )
« Last Edit: July 06, 2015, 12:39:26 pm by fevzi »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10846
    • View Profile
    • development blog
    • Email
Re: Problem installing SFML on linux
« Reply #1 on: July 06, 2015, 12:17:03 pm »
If you download binaries then there's no make script and you'll have to install them manually.
If you download the source, you first need to run CMake.

Also you should read up on how make works if such an error message surprises you...
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

fevzi

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • Email
Re: Problem installing SFML on linux
« Reply #2 on: July 06, 2015, 12:37:09 pm »
Sorry, I'm kind of new to linux. I used the package manager instead thanks.

 

anything