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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - fevzi

Pages: [1]
1
General / Re: Problem installing SFML on linux
« on: July 06, 2015, 12:37:09 pm »
Sorry, I'm kind of new to linux. I used the package manager instead thanks.

2
General / 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 )

3
Graphics / Re: Graphics Card İssue
« on: February 04, 2015, 03:37:51 pm »
Tried that but it didnt make a difference then I just set the frame rate to 10 and it worked like a charm. Thank you for answering though! :)

4
Graphics / Graphics Card İssue SOLVED
« on: February 04, 2015, 03:15:54 pm »
I'm new to SFML and just started learning, and while I was trying it out I noticed that when I am displaying something on the window even simple things like one texture, I hear noises from inside the computer which is probably the graphics card fan, and the gpu heats up, activity increases is it because of the clear draw display cycle in the main loop and is this normal?

Pages: [1]