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

Author Topic: Installing SFML for Linux (Debian)  (Read 1480 times)

0 Members and 1 Guest are viewing this topic.

Zerby

  • Newbie
  • *
  • Posts: 2
    • View Profile
Installing SFML for Linux (Debian)
« on: December 07, 2013, 01:28:44 pm »
Now, to start off, I'm fairly new to Linux overall. I need a pretty simple server side app for my project, and I came across SFML which provides and simple library for networking.

I tried to install SFML for my virtual Linux machine running Debian, using the tutorial here:

http://www.sfml-dev.org/tutorials/1.6/start-linux.php

So, I downloaded the GCC - 64 bits package from here: http://www.sfml-dev.org/download/sfml/2.1/, extracted the tar and cd'd to it. Then I ran "sudo make install", and got the error:

make: *** No rule to make target `install'.  Stop.

Tried to google a bit, but couldn't come up with a solution.. Any help?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Installing SFML for Linux (Debian)
« Reply #1 on: December 07, 2013, 02:45:55 pm »
There's no makefile in the precompiled packages. Please read the tutorial (the one that matches the version that you use...).
Laurent Gomila - SFML developer

Zerby

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Installing SFML for Linux (Debian)
« Reply #2 on: December 07, 2013, 04:30:09 pm »
Ugh, now I feel stupid.. I followed a link directly to the tutorial, didn't realize it was an old link to the 1.6 version.. Everything is working fine now, thank you.